about summary refs log tree commit diff
path: root/pkg/lang/compiler/scope/scope_chain.go
AgeCommit message (Expand)Author
2022-08-18Allow shadowing through function scopesMel
2022-08-18Fix local index getting reset when entering blockMel
2022-08-11Actual modules and coreMel
2022-07-28Compile type declarations correctlyMel
2022-07-26Compile function environmentsMel
2022-07-26Store functions in locals and remove hoistingMel
2022-07-19Implement stack hygieneMel
2022-07-12Compile continue and break statementsMel
2022-07-12Extract scopes and scope chain from compilerMel