serene-golang-implementation/bootstrap/pkg/core
Sameer Rahmani 23d397b94e Fix the linting issues on the core package 2021-01-25 17:50:33 +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 Fix the linting issues on the core package 2021-01-25 17:50:33 +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 the linting issues on the core package 2021-01-25 17:50:33 +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 Fix linter issues in the numbers.go 2021-01-22 21:36:26 +00:00
parser.go Fix linter issues on the parser module 2021-01-23 18:32:32 +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 Fix the linting issues on the core package 2021-01-25 17:50:33 +00:00
runtime.go Fix the linting issues on the core package 2021-01-25 17:50:33 +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