serene-golang-implementation/bootstrap/pkg/core
Sameer Rahmani 699483e249 Add support for printable strings and 'pr', 'prn' functionalities.
Add 'pr' and 'prn' functions to print out the representation of an
string and 'print' and 'println' to print out the string.
2020-12-24 16:28:12 +00:00
..
block.go Add IHashable and the implementation for all the IExpr types 2020-12-20 18:09:06 +00:00
builtins.go Add support for printable strings and 'pr', 'prn' functionalities. 2020-12-24 16:28:12 +00:00
coll.go Add support for macros via defmacro 2020-12-04 21:08:48 +00:00
core.go Add 'run' subcommand to Serene binary 2020-12-24 16:27:46 +00:00
errors.go Add support for printable strings and 'pr', 'prn' functionalities. 2020-12-24 16:28:12 +00:00
eval.go Add support for printable strings and 'pr', 'prn' functionalities. 2020-12-24 16:28:12 +00:00
false.go Add IHashable and the implementation for all the IExpr types 2020-12-20 18:09:06 +00:00
function.go Add support for printable strings and 'pr', 'prn' functionalities. 2020-12-24 16:28:12 +00:00
keyword.go [Bootstrap] Add the support for keywords 2020-12-22 23:54:21 +00:00
list.go Add IHashable and the implementation for all the IExpr types 2020-12-20 18:09:06 +00:00
macro.go Add support for native function, multi ns require fn and 'builtins' 2020-12-15 19:08:51 +00:00
namespace.go Add support for printable strings and 'pr', 'prn' functionalities. 2020-12-24 16:28:12 +00:00
nil.go Add IHashable and the implementation for all the IExpr types 2020-12-20 18:09:06 +00:00
nothing.go Add IHashable and the implementation for all the IExpr types 2020-12-20 18:09:06 +00:00
numbers.go Add IHashable and the implementation for all the IExpr types 2020-12-20 18:09:06 +00:00
parser.go Add support for printable strings and 'pr', 'prn' functionalities. 2020-12-24 16:28:12 +00:00
printer.go Add support for printable strings and 'pr', 'prn' functionalities. 2020-12-24 16:28:12 +00:00
quasiquote.go Add support for ns qualified symbols to refer to external namespaces 2020-12-12 20:33:35 +00:00
reader.go Add IError interface to represent system errors 2020-11-24 18:27:48 +00:00
runtime.go [Bootstrap] Add the support for keywords 2020-12-22 23:54:21 +00:00
scope.go [Bootstrap] Add the support for keywords 2020-12-22 23:54:21 +00:00
sforms.go Add support for printable strings and 'pr', 'prn' functionalities. 2020-12-24 16:28:12 +00:00
string.go Add support for printable strings and 'pr', 'prn' functionalities. 2020-12-24 16:28:12 +00:00
symbol.go Add support for printable strings and 'pr', 'prn' functionalities. 2020-12-24 16:28:12 +00:00
true.go Add IHashable and the implementation for all the IExpr types 2020-12-20 18:09:06 +00:00
types.go Add support for printable strings and 'pr', 'prn' functionalities. 2020-12-24 16:28:12 +00:00