project-langx / X

A placeholder language with shareable bytecode IR.
2 stars 0 forks source link

[FEATURE] A symbol table to store the values of variables #26

Closed frankhart2018 closed 2 years ago

frankhart2018 commented 3 years ago

Describe the solution you'd like (if you have any, already) A simple dictionary that holds the name of the variable, its dtype, and value. This can be shared between modules. This is required for #21.

Note: You can only submit a patch if it is approved by one of the maintainers, otherwise the PR will be rejected.