xgo/compiler
Daniel 01fe30f02a
bug fix for function return and if statement ()
* fix a bug where function return instruction is missing with if statement

* remove script cancel context test
2019-03-23 12:59:54 -07:00
..
ast Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
parser module refactor () 2019-03-18 08:15:26 -07: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 fix bytecode encoding/decoding () 2019-03-19 09:43:03 -07:00
bytecode_decode.go fix bytecode encoding/decoding of builtin modules () 2019-03-20 01:28:40 -07:00
bytecode_optimize.go fix bytecode encoding/decoding () 2019-03-19 09:43:03 -07:00
bytecode_test.go Opbinaryop and other minor optimizations () 2019-03-22 04:42:34 -07:00
compilation_scope.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
compiler.go bug fix for function return and if statement () 2019-03-23 12:59:54 -07:00
compiler_assign.go Opbinaryop and other minor optimizations () 2019-03-22 04:42:34 -07:00
compiler_error_report_test.go module refactor () 2019-03-18 08:15:26 -07: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 bug fix for function return and if statement () 2019-03-23 12:59:54 -07:00
compiler_scopes.go Improvements on compiler/VM error reporting (filename:line:col) 2019-02-20 16:26:11 -08:00
compiler_test.go Opbinaryop and other minor optimizations () 2019-03-22 04:42:34 -07:00
emitted_instruction.go
error.go Runtime error trace format () 2019-02-22 13:39:07 -08:00
instructions.go bug fix for function return and if statement () 2019-03-23 12:59:54 -07:00
instructions_test.go Opbinaryop and other minor optimizations () 2019-03-22 04:42:34 -07:00
loop.go
module_loader.go
opcodes.go Opbinaryop and other minor optimizations () 2019-03-22 04:42:34 -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 () 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