serene-golang-implementation/bootstrap/pkg/core
Sameer Rahmani c2d4273319 [Bootstrap] Fix the order and location on the traceback
In order to fix this issue I had to make many minor tweaks
including reordering the traceback and the way we pass down
nodes.
2021-01-07 19:45:07 +00:00
..
block.go Record the caller details in the stack frame 2020-12-30 17:50:00 +00:00
builtins.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
call_stack.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
coll.go Add support for macros via defmacro 2020-12-04 21:08:48 +00:00
core.go [Bootstrap] Add a basic PrintError function to print error messages with the traceback 2021-01-03 23:42:49 +00:00
errors.go [Bootstrap] Add a basic PrintError function to print error messages with the traceback 2021-01-03 23:42:49 +00:00
eval.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
false.go [Bootstra] Rethink the eval loop to rewrite evaluation tree 2020-12-25 01:18:54 +00:00
function.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
instructions.go [Bootstrap] Add minor comment to clearify 'instructions' 2020-12-25 23:20:15 +00:00
keyword.go [Bootstrap] Use Serene itself to load and run the main function 2021-01-02 21:04:35 +00:00
list.go [Bootstrap] Use Serene itself to load and run the main function 2021-01-02 21:04:35 +00:00
macro.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
namespace.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
nil.go [Bootstra] Rethink the eval loop to rewrite evaluation tree 2020-12-25 01:18:54 +00:00
nothing.go Record the caller details in the stack frame 2020-12-30 17:50:00 +00:00
numbers.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
parser.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
printer.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
quasiquote.go [Bootstrap] Use Serene itself to load and run the main function 2021-01-02 21:04:35 +00:00
reader.go Record the caller details in the stack frame 2020-12-30 17:50:00 +00:00
runtime.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
scope.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
sforms.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
string.go [Bootstra] Rethink the eval loop to rewrite evaluation tree 2020-12-25 01:18:54 +00:00
symbol.go [Bootstrap] Use Serene itself to load and run the main function 2021-01-02 21:04:35 +00:00
true.go [Bootstra] Rethink the eval loop to rewrite evaluation tree 2020-12-25 01:18:54 +00:00
types.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00