serene-golang-implementation/bootstrap/pkg/core
Sameer Rahmani fabb3cbb32 Fix some random linting issues 2021-01-21 22:52:18 +00:00
..
block.go Fix some random linting issues 2021-01-21 22:52:18 +00:00
bool.go Replace Tre/False types with a Bool type 2021-01-14 18:17:38 +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] Update the printer functions to enhace the traceback visuals 2021-01-10 17:03:52 +00:00
coll.go Add support for macros via defmacro 2020-12-04 21:08:48 +00:00
core.go Fix couple of linting problems 2021-01-15 20:48:56 +00:00
errors.go [Bootstrap] Add E0003 and the MakeRuntimeError to cover for MakeError 2021-01-10 18:30:48 +00:00
eval.go Replace Tre/False types with a Bool type 2021-01-14 18:17:38 +00:00
function.go Fix some of styling issues through out ast and hash modules 2021-01-14 17:48:39 +00:00
instructions.go Fix some of styling issues through out ast and hash modules 2021-01-14 17:48:39 +00:00
keyword.go Fix some of styling issues through out ast and hash modules 2021-01-14 17:48:39 +00:00
list.go Fix some of styling issues through out ast and hash modules 2021-01-14 17:48:39 +00:00
macro.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00
namespace.go Fix some of styling issues through out ast and hash modules 2021-01-14 17:48:39 +00:00
nil.go [Bootstra] Rethink the eval loop to rewrite evaluation tree 2020-12-25 01:18:54 +00:00
nothing.go Fix some of styling issues through out ast and hash modules 2021-01-14 17:48:39 +00:00
numbers.go Fix some of styling issues through out ast and hash modules 2021-01-14 17:48:39 +00:00
parser.go [Bootstrap] Update the printer functions to enhace the traceback visuals 2021-01-10 17:03:52 +00:00
printer.go Fix couple of linting problems 2021-01-15 20:48:56 +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 [Bootstrap] Update the printer functions to enhace the traceback visuals 2021-01-10 17:03:52 +00:00
runtime.go [Bootstrap] Update the printer functions to enhace the traceback visuals 2021-01-10 17:03:52 +00:00
scope.go Fix some random linting issues 2021-01-21 22:52:18 +00:00
sforms.go Fix some random linting issues 2021-01-21 22:52:18 +00:00
string.go Fix some of styling issues through out ast and hash modules 2021-01-14 17:48:39 +00:00
symbol.go Fix some of styling issues through out ast and hash modules 2021-01-14 17:48:39 +00:00
types.go [Bootstrap] Fix the order and location on the traceback 2021-01-07 19:45:07 +00:00