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

  1. Add the walk and compile methods to specific nodes.
  2. Store the dtype of number and string in their respective nodes too.
  3. Use dynamic dispatch to compile the AST.