A programming language that works like magic ✨
- Write Lexer (24-11-2024)
- Convert source code into tokens (22-11-2024)
- Handle keywords, identifiers, etc (24-11-2024)
- Write Parser
- Convert code in an AST
- Use Bison to parse
- Implement a Semantic Analyzer
- Translate AST into IR
- Optimize IR
- Create backend codegen
- Linking
- Write stdlib (optional)
- Build tools
- Testing
- Documentation