Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (22 loc) · 952 Bytes

File metadata and controls

25 lines (22 loc) · 952 Bytes

Progress

  • Goal: Build this language within 3 years

Goals

  • Dyslexic friendly syntax
  • Support Rust Return Values & Enums
  • Must be as fast just like C programming language
  • Turing Complete
  • Cross platform
  • Easy build system
  • Robust Standard Library
  • Staticly Typed Interpretter Runtime which uses a Borrow Checker
  • System Allocators which work with the runtime

TODO

  • Project Management (Be allowed to create a grua project using the cli interface)
  • Interpretter Engine must be robust and execute fast not millions line a second fast but fast enough
  • Implement Language Features
  • Make the language able to read the syntax and throw error if invalid syntax
  • Make the language able to read user source code
  • Make the language be able to store memory
  • Optimize the language so its fast when its executing the programs
  • Build Standard Library
  • Build Vendor Packages and add to Standard Library