about summary refs log tree commit diff
path: root/pkg/lang/compiler/scope_chain.go
AgeCommit message (Collapse)Author
2022-07-12Extract scopes and scope chain from compilerMel
2022-07-11Reimplement argument countsMel
2022-07-11Function compilation and minor fixesMel
2022-07-11Rebuild compiler and code builder with markersMel
2022-07-06Implement ForIn statement compilationMel
2022-06-20Compile rudimetary variablesMel