Commit Graph

68 Commits

Author SHA1 Message Date
ef51ee4a1d enhanced the logfmtv to handle encoding conversion of the format string 2018-02-26 15:24:45 +00:00
7e6b16e153 work in progress to implement the builtin printf function 2018-02-24 04:01:19 +00:00
9498530691 enhanced HCL_BRANDOF() to avoid multiple comparisons.
added the eqk? builtin primitive
removed unnecessary lines
2018-02-23 07:17:23 +00:00
6e4a8f6081 enhanced pf_log to print a character without quotes.
fixed formatting specifiers in log_char_object() in prim.c
2018-02-21 13:13:25 +00:00
edea84bd46 added the gc builtin function 2018-02-18 15:02:57 +00:00
270a762e32 added some builtin modules, but without many functions in them 2018-02-15 15:36:15 +00:00
374748f271 added reader & compiler check to filter out special symbols when processing argument and variable names in more contexts 2018-02-15 01:39:00 +00:00
f802bec44a integrated bigint
cleaned up code
2018-02-13 16:10:41 +00:00
0483f506f8 changed mod_test to mod_fake_test. this will eventually be removed 2018-02-13 02:30:06 +00:00
2201ee5a94 added hcl_walkdic
fixed a bug of not printing the list closer properly in hcl_print().
enhanced error handling
2018-02-12 16:51:38 +00:00
4ddffc101d mapped a dotted identifer to a primitive function 2018-02-12 10:50:44 +00:00
0546665e95 renamed prim to pf.
added module manipulation functions
2018-02-09 04:24:50 +00:00
4f55376107 touched up code. added eqv? eql? not 2018-02-08 07:40:27 +00:00
e54096f2a0 changed copyright years 2018-02-07 14:13:13 +00:00
7826f0ff06 changed the reader to handle #(), #[], #{}, '() specially 2018-02-06 10:16:01 +00:00
293222d5c5 trying to revive this project 2018-02-05 10:43:25 +00:00
ccca08c725 added some primitive functions 2016-10-25 13:44:38 +00:00
15208b5e85 added some code to handle primitives and the call instruction 2016-10-06 17:49:47 +00:00