serene-golang-implementation/bootstrap/pkg/core
Sameer Rahmani ea666bfa6a Fix linter problems in function.go and types.go 2021-01-22 21:27:51 +00:00
..
block.go Fix some random linting issues 2021-01-21 22:52:18 +00:00
bool.go Fix linter problems on on eval.go and some of other pkg/core 2021-01-22 21:19:41 +00:00
builtins.go Fix some the linters problems reported by the golang-cli 2021-01-22 20:37:44 +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
constants.go Fix linter problems on on eval.go and some of other pkg/core 2021-01-22 21:19:41 +00:00
core.go Fix some the linters problems reported by the golang-cli 2021-01-22 20:37:44 +00:00
errors.go Fix some the linters problems reported by the golang-cli 2021-01-22 20:37:44 +00:00
eval.go Fix linter problems on on eval.go and some of other pkg/core 2021-01-22 21:19:41 +00:00
function.go Fix linter problems in function.go and types.go 2021-01-22 21:27:51 +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 Use --fix argument of linters to auto fix as many issue as possible 2021-01-22 20:39:06 +00:00
list.go Use --fix argument of linters to auto fix as many issue as possible 2021-01-22 20:39:06 +00:00
macro.go Fix linter problems on on eval.go and some of other pkg/core 2021-01-22 21:19:41 +00:00
namespace.go Fix linter problems on on eval.go and some of other pkg/core 2021-01-22 21:19:41 +00:00
nil.go Fix linter problems on on eval.go and some of other pkg/core 2021-01-22 21:19:41 +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 Use --fix argument of linters to auto fix as many issue as possible 2021-01-22 20:39:06 +00:00
parser.go Fix linter problems on on eval.go and some of other pkg/core 2021-01-22 21:19:41 +00:00
printer.go Fix linter problems on on eval.go and some of other pkg/core 2021-01-22 21:19:41 +00:00
quasiquote.go Fix some the linters problems reported by the golang-cli 2021-01-22 20:37:44 +00:00
reader.go [Bootstrap] Update the printer functions to enhace the traceback visuals 2021-01-10 17:03:52 +00:00
runtime.go Fix linter problems on on eval.go and some of other pkg/core 2021-01-22 21:19:41 +00:00
scope.go Fix some random linting issues 2021-01-21 22:52:18 +00:00
sforms.go Use --fix argument of linters to auto fix as many issue as possible 2021-01-22 20:39:06 +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 Fix linter problems in function.go and types.go 2021-01-22 21:27:51 +00:00