BabyRam is attempt to create a Simple Language and a Compiler for the same with help of AI in less than 24 hours.
- Variable Declaration
- Integer
- Floating Number
- String
- Basic Arithmetic Operations
- Addition
- Subtraction
- Multiplication
- Division
- Modulo
- Lexer
- Parser
- Abstract Syntax Tree Generator
- Intermediate Code Generator