morka17 / fusion-compiler

Compiler construction in rustlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fusion-Lang

Features

  • Code snippets

Day One

  • Implemented the Lexer that convert the source code into tokens
  • Implemented the Parser for AST generation
  • Implemented the Evaluator for meaningful output.
  • Add support for basic arithemetic operations
( 7  + 8) * 8 / 2
  • Lexer
  • Parser

About

Compiler construction in rustlang


Languages

Language:Rust 89.2%Language:Makefile 10.8%