/soka

compiler

Primary LanguageRust

Soka [WIP]

Experimental compiler for a custom grammar written in Rust. Compiles the source code to x86-64 assembly and then uses GNU assembler to generate static executable.

Supported Datatypes

  • bool
  • unsigned int (8 bytes)
  • signed int
  • array
  • char
  • float

Usage

cargo run <filename>

Examples

Written for educational purpose.