.. |
ast
|
Improvements on compiler/VM error reporting (filename:line:col)
|
2019-02-20 16:26:11 -08:00 |
parser
|
String keys allowed for map definitions. (#118)
|
2019-02-25 22:53:04 -08:00 |
scanner
|
Improvements on compiler/VM error reporting (filename:line:col)
|
2019-02-20 16:26:11 -08:00 |
source
|
Improvements on compiler/VM error reporting (filename:line:col)
|
2019-02-20 16:26:11 -08:00 |
token
|
Fix several module-related issues
|
2019-02-02 22:22:40 -08:00 |
bytecode.go
|
limit max object allocations (#129)
|
2019-03-06 17:20:05 -08:00 |
bytecode_optimize.go
|
limit max object allocations (#129)
|
2019-03-06 17:20:05 -08:00 |
bytecode_test.go
|
limit max object allocations (#129)
|
2019-03-06 17:20:05 -08:00 |
compilation_scope.go
|
Improvements on compiler/VM error reporting (filename:line:col)
|
2019-02-20 16:26:11 -08:00 |
compiler.go
|
Removed double indirection for massive performance gains (#140)
|
2019-03-14 01:07:19 -07:00 |
compiler_assign.go
|
Improvements on compiler/VM error reporting (filename:line:col)
|
2019-02-20 16:26:11 -08:00 |
compiler_error_report_test.go
|
Runtime error trace format (#111)
|
2019-02-22 13:39:07 -08:00 |
compiler_for.go
|
Improvements on compiler/VM error reporting (filename:line:col)
|
2019-02-20 16:26:11 -08:00 |
compiler_logical.go
|
Improvements on compiler/VM error reporting (filename:line:col)
|
2019-02-20 16:26:11 -08:00 |
compiler_loops.go
|
|
|
compiler_module.go
|
add helper functions for builtin functions and builtin modules (#122)
|
2019-02-28 18:41:29 -08:00 |
compiler_scopes.go
|
Improvements on compiler/VM error reporting (filename:line:col)
|
2019-02-20 16:26:11 -08:00 |
compiler_test.go
|
Added println (#144)
|
2019-03-16 00:14:22 -07:00 |
emitted_instruction.go
|
|
|
error.go
|
Runtime error trace format (#111)
|
2019-02-22 13:39:07 -08:00 |
instructions.go
|
|
|
instructions_test.go
|
|
|
loop.go
|
|
|
module_loader.go
|
|
|
opcodes.go
|
Removed double indirection for massive performance gains (#140)
|
2019-03-14 01:07:19 -07:00 |
opcodes_test.go
|
|
|
symbol.go
|
Fix several module-related issues
|
2019-02-02 22:22:40 -08:00 |
symbol_scopes.go
|
|
|
symbol_table.go
|
add helper functions for builtin functions and builtin modules (#122)
|
2019-02-28 18:41:29 -08:00 |
symbol_table_test.go
|
Fix several module-related issues
|
2019-02-02 22:22:40 -08:00 |