issues
search
project-langx
/
X
A placeholder language with shareable bytecode IR.
2
stars
0
forks
source link
Add walk and compile methods to specific nodes
#30
Closed
frankhart2018
closed
2 years ago
frankhart2018
commented
2 years ago
Closes #29
Implementation
Add the walk and compile methods to specific nodes.
Store the dtype of number and string in their respective nodes too.
Use dynamic dispatch to compile the AST.
Closes #29
Implementation