- A Lang that takes in pseudocode with some logical structures and outputs an AST for various purposes!
- Lexer
- Parser (Shift Reduce)
- Annotater AST (semantic)
- Plugin to convert AST into flowchart
- Find WASM compatible way of reading files using fstream
- Make code WASM Friendly in general