Commit Graph

45 Commits

Author SHA1 Message Date
7ec3aed047 implementing a message sending list 2022-01-14 16:09:52 +00:00
d7a8485609 some code for class instantiation 2021-05-21 16:21:23 +00:00
98f47ed295 implementing make_class instructoin 2021-05-21 09:59:35 +00:00
9c021aa36f the new compiler is becoming usable. but not complete yet.
added more string copy functions
2021-01-22 14:43:47 +00:00
8f6afe0625 removed unneeded code 2021-01-03 17:58:57 +00:00
0ad4d378ee Added some incomplete code for process-switching 2020-10-15 12:57:05 +00:00
372c0e16ee added hcl_block_t to express a base block. no more reuse of hcl_context_t for the base block 2020-10-09 07:14:32 +00:00
5c30d44d15 writing code for function activation using function-local literal frame 2020-10-05 09:37:26 +00:00
4fc557e02a refactored fmt code 2019-05-31 10:54:13 +00:00
0051809442 changed hcl_inttostr()
touched up log output and formatted output functions
2019-04-16 15:46:00 +00:00
fe27ae5d37 dropped cli-mode code. it turned out to be not effective 2018-08-08 03:41:17 +00:00
b5f469f9b0 wrote more compiler mode to handle input in the cli mode 2018-08-07 11:04:38 +00:00
3c54f5e860 introduced the new type hcl_bitmask_t 2018-04-26 04:39:20 +00:00
65be1f4daa changed notation from #{} to #() 2018-04-06 14:21:47 +00:00
f6d1bdde66 fixed an issume of producing a wrong closing bracket for a dictionary objecT 2018-04-06 08:55:23 +00:00
2242dc9761 changed hcl to be more json friendly including changing various notations and grammars 2018-04-06 08:33:25 +00:00
b9034225c1 implemented basic arithmetic operations for fixed-point decimals 2018-03-30 15:43:09 +00:00
d00ac6b0a0 fixed an escaping problem in printing a character or a string object 2018-03-29 04:47:03 +00:00
4648947ca0 implemented reading and printing of fixed-point decimal number. primitives yet to be written 2018-03-28 08:57:49 +00:00
e83dcc0828 changed the notatin of an error literal from #\eNNN to #eNNN.
changed the notation of a smptr literal from #\pXXXX to #pXXXX
2018-03-05 03:47:18 +00:00
5a423b5adc fixed the wrong word output for #nil in the json format 2018-03-02 07:58:37 +00:00
15453eb0f7 added HCL_LOG_PREFER_JSON and implemented %J 2018-03-02 07:44:13 +00:00
48cb2bb1ba fixed a bug printing %% in print_formatted.
changed to use #x #o #b for hexadecimal, octal, binary output
2018-03-01 08:56:56 +00:00
191162d3cb touched up various remaining implementation details of the printf builtin function. 2018-03-01 05:25:09 +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
b97e2da6af enhanced the logfmtv to handle encoding conversion of the format string 2018-02-26 15:24:45 +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
fa3d527bd9 changed the reader to use a stack of 4-item arrays instead of chains of 3 cons cells
cleaned up some unused code
2018-02-22 10:02:39 +00:00
b48de34ebc fixed the premature termination issue in logfmtv 2018-02-21 08:48:47 +00:00
ab8d276a9b cleaned up code a bit 2018-02-21 07:38:59 +00:00
810803db08 added some error checks for error literals and smptr literals 2018-02-17 16:01:27 +00:00
c6e6fb497d implemented the single quote character literal.
added the error literal and the smptr literal notations and types
2018-02-17 15:42:12 +00:00
e62ad1e471 enhanced hcl_inttostr() to keep results in the temporary buffer when ngc is negative.
changed the integer printing function to utilize this change in print.c
2018-02-15 08:05:48 +00:00
f054f4eaae integrated bigint
cleaned up code
2018-02-13 16:10:41 +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
a8729532bb changed copyright years 2018-02-07 14:13:13 +00:00
b747b4e23a implemented dictionary printing 2018-02-07 10:55:20 +00:00
ddfc163c37 changed the reader to handle #(), #[], #{}, '() specially 2018-02-06 10:16:01 +00:00
0adbd2291e added printing routines 2018-02-05 15:59:32 +00:00
71a10e09c6 trying to revive this project 2018-02-05 10:43:25 +00:00
dc34bd05e5 refactored comp.c a bit 2016-10-08 17:22:48 +00:00
dc2b007550 added some code to handle primitives and the call instruction 2016-10-06 17:49:47 +00:00
070cead567 added some code for executing byte codes 2016-10-04 17:56:28 +00:00
3092c6c17c added some code to handle local variable declaration 2016-10-01 04:36:48 +00:00
256efdb134 added initial hcl files 2016-09-28 14:40:37 +00:00