budchirp/graphite

graphite

Fast (๐Ÿš€), Memory safe (๐Ÿš€), Simple (๐Ÿš€) language compiler written in C++ (bad ๐Ÿ˜ก) using LLVM (๐Ÿš€)

StargazersLast commitIssues

TODO

  • Lexer

  • Parser

  • Codegen

  • Type support

  • Type checking

  • Function definition

  • Variable definition

  • Mutable/Immutable variables

  • Null (?, !!, null)

  • If expression

  • For & While statement

  • Object generation

  • Code optimization (LLVM IR Optimization, no optimization from graphite)

  • Arrays

  • Structs

  • Module management (garbage)

  • Classes

  • Stdlib

  • Maps

  • Scope management and ownership system similar to crab lang

  • Switch expression

  • CLI

  • Rename use to include

  • Multiple codegen backend support

  • Fix bugs with pointers

  • Move type resolving logic to somewhere else from the parser

  • Add unit tests

Fast (๐Ÿš€), Memory safe (๐Ÿš€), Simple (๐Ÿš€) language compiler written in C++ (bad ๐Ÿ˜ก) using LLVM (๐Ÿš€)

1
GNU General Public License v3.0
01/11/2024
  • C++99.1%
  • CMake0.9%