xgo/compiler
earncef 6ec360c8b7 Fixed panic when bailout is triggered in parser.ParseFile() ()
* Fixed panic when bailout is triggered in parser.ParseFile()

* Removed redundant "parse error" prefix for parse errors.
2019-02-25 10:22:45 -08:00
..
ast Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
parser Fixed panic when bailout is triggered in parser.ParseFile() () 2019-02-25 10:22:45 -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 Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
bytecode_test.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
compilation_scope.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
compiler.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08: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 () 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 Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -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 Fixed panic when bailout is triggered in parser.ParseFile() () 2019-02-25 10:22:45 -08:00
emitted_instruction.go Fix lint issues () 2019-01-14 22:24:33 -08:00
error.go Runtime error trace format () 2019-02-22 13:39:07 -08:00
instructions.go Error Object () 2019-01-16 12:23:20 -08:00
instructions_test.go
loop.go Fix lint issues () 2019-01-14 22:24:33 -08:00
module_loader.go Modules () 2019-01-17 01:56:05 -08:00
opcodes.go Stack trace for errors () 2019-02-21 09:40:17 -08:00
opcodes_test.go Error Object () 2019-01-16 12:23:20 -08:00
symbol.go Fix several module-related issues 2019-02-02 22:22:40 -08:00
symbol_scopes.go Fix lint issues () 2019-01-14 22:24:33 -08:00
symbol_table.go Fix a closure-block scope bug () 2019-02-11 17:34:02 -08:00
symbol_table_test.go Fix several module-related issues 2019-02-02 22:22:40 -08:00