A compiler written from scratch in C that compiles to x86 Intel assembly and produces an executable for the program.
for now, it only allows writing operations and numbers, the result of each line is autoprinted. Example -
1 + 2
10 - 90
40 + 3
10 / 3 + 3
- +,-,*,/
- all integer constants are taken as 64-bit integers
- floating point arithmetic operations
- Introduce common language features
- Build a customized syntax