Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 291 Bytes

Math Eval PoC

Simple C# project to test out some different lexer techniques for dealing with calculations (that follow BODMAS) in programming languages.

Todo

  • Negative numbers (like -20 or 10 + (-5))
  • Decimal numbers
  • LLVM Backend
  • Example for nested AST