andrew-johnson-4 / lambda-mountain

Compiler Backend for LSTS (Typed Macro Assembler)
https://andrew-johnson-4.github.io/lambda-mountain/
MIT License
20 stars 1 forks source link

Lisp/Scheme syntax parser #955

Open andrew-johnson-4 opened 6 days ago

andrew-johnson-4 commented 6 days ago
(+ x y)

instead of

(+( x y ))

this frontend will be used for intermediate representation of IR/C and IR/ASM.