|
d1ce53cb45
|
implemented the builtin primitive function sprintf
|
2018-03-05 03:35:44 +00:00 |
|
|
92da5dd5a1
|
enhanced the compiler to implement short-circuited logical 'and' and 'or' special forms.
renamed the primitive function 'and' to '_and' and 'or' to '_or'
|
2018-03-03 17:16:41 +00:00 |
|
|
bc6c14808f
|
added the logf builtin function
|
2018-03-01 09:46:02 +00:00 |
|
|
191162d3cb
|
touched up various remaining implementation details of the printf builtin function.
|
2018-03-01 05:25:09 +00:00 |
|
|
5a61ea7bdb
|
enhanced hcl_inttostr() to accept a negative radix to produce lower-case alphabetic digits
|
2018-02-28 15:57:19 +00:00 |
|
|
cc0227a15b
|
fixed a bug in printing a single character when hcl_ooch_t is hcl_bch_t
implemented the primitive printf function partially
|
2018-02-28 10:17:05 +00:00 |
|
|
dc14ead9d7
|
fixed a wrong index used when getting the mod pointer into/from the prim object
|
2018-02-28 05:04:42 +00:00 |
|
|
8bcade7a2e
|
changed the prototype of hcl_pfimpl_t to accept a hcl_mod_t* pointer
|
2018-02-28 04:52:01 +00:00 |
|
|
9c6ce5df9c
|
changed types of some variables from hcl_oow_t to hcl_ooi_t
attempted to add the builtin printf function
|
2018-02-26 15:52:15 +00:00 |
|
|
b97e2da6af
|
enhanced the logfmtv to handle encoding conversion of the format string
|
2018-02-26 15:24:45 +00:00 |
|
|
967aa97dc8
|
work in progress to implement the builtin printf function
|
2018-02-24 04:01:19 +00:00 |
|
|
fb66acc5a4
|
enhanced HCL_BRANDOF() to avoid multiple comparisons.
added the eqk? builtin primitive
removed unnecessary lines
|
2018-02-23 07:17:23 +00:00 |
|
|
4b0d4b3ab4
|
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 |
|
|
aa1312914b
|
added the gc builtin function
|
2018-02-18 15:02:57 +00:00 |
|
|
a29e4a3edc
|
added some builtin modules, but without many functions in them
|
2018-02-15 15:36:15 +00:00 |
|
|
7ca201d1a9
|
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 |
|
|
f054f4eaae
|
integrated bigint
cleaned up code
|
2018-02-13 16:10:41 +00:00 |
|
|
48743e6abe
|
changed mod_test to mod_fake_test. this will eventually be removed
|
2018-02-13 02:30:06 +00:00 |
|
|
350359f469
|
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 |
|
|
8492bb8bd9
|
mapped a dotted identifer to a primitive function
|
2018-02-12 10:50:44 +00:00 |
|
|
46602c4511
|
renamed prim to pf.
added module manipulation functions
|
2018-02-09 04:24:50 +00:00 |
|
|
9270dfa0e7
|
touched up code. added eqv? eql? not
|
2018-02-08 07:40:27 +00:00 |
|
|
a8729532bb
|
changed copyright years
|
2018-02-07 14:13:13 +00:00 |
|
|
ddfc163c37
|
changed the reader to handle #(), #[], #{}, '() specially
|
2018-02-06 10:16:01 +00:00 |
|
|
71a10e09c6
|
trying to revive this project
|
2018-02-05 10:43:25 +00:00 |
|
|
4f98e27d42
|
added some primitive functions
|
2016-10-25 13:44:38 +00:00 |
|
|
dc2b007550
|
added some code to handle primitives and the call instruction
|
2016-10-06 17:49:47 +00:00 |
|