serene/src/libserene/jit
Sameer Rahmani b3d1151a8b Refactor the semantic analyzer to use the analysis state
* Refactor the semantic analyzer to use the new state struct
  which is just bunch of refs to the current ns and current env

* Add the `environments` vector to ns to store the environments
  and few helper functions to use it

* Add the `symbolList` (need a better name) to keep track of what
  symbols might be added to the namespace after calling `addTree`.
2021-11-17 17:37:45 +00:00
..
engine.cpp Add the NSLayer to the jit 2021-11-06 21:23:37 +00:00
layers.cpp Refactor the semantic analyzer to use the analysis state 2021-11-17 17:37:45 +00:00