serene-golang-implementation/bootstrap/pkg/core
Sameer Rahmani a2725ba412 Add some documentation for the core package 2020-11-20 16:43:07 +00:00
..
block.go Add some documentation for the core package 2020-11-20 16:43:07 +00:00
coll.go Add some documentation for the core package 2020-11-20 16:43:07 +00:00
core.go Add some documentation for the core package 2020-11-20 16:43:07 +00:00
eval.go Add some documentation for the core package 2020-11-20 16:43:07 +00:00
function.go Add some documentation for the core package 2020-11-20 16:43:07 +00:00
list.go Add the Def, and Fn special forms 2020-11-19 19:14:06 +00:00
namespace.go Add the Def, and Fn special forms 2020-11-19 19:14:06 +00:00
nil.go Add some documentation for the core package 2020-11-20 16:43:07 +00:00
nothing.go Create the Block struct to accommodate function bodies 2020-11-19 22:17:50 +00:00
numbers.go Restructure the source tree to get around circular dep issue 2020-11-15 22:16:48 +00:00
parser.go Add some documentation for the core package 2020-11-20 16:43:07 +00:00
printer.go Restructure the source tree to get around circular dep issue 2020-11-15 22:16:48 +00:00
reader.go Create the Block struct to accommodate function bodies 2020-11-19 22:17:50 +00:00
runtime.go Restructure the source tree to get around circular dep issue 2020-11-15 22:16:48 +00:00
scope.go Add the Def, and Fn special forms 2020-11-19 19:14:06 +00:00
sforms.go Add some documentation for the core package 2020-11-20 16:43:07 +00:00
symbol.go Add the Def, and Fn special forms 2020-11-19 19:14:06 +00:00
types.go Add some documentation for the core package 2020-11-20 16:43:07 +00:00