9e3ddd1e2c
added more code to read_object_in_cli_mode()
2018-07-29 08:01:43 +00:00
8c4b56002d
started adding an new experimental reader
2018-07-29 07:27:10 +00:00
1b59610444
added hcl_getsynerrnum() and enhanced EOF handling
2018-07-28 04:08:09 +00:00
c6e4aa0702
add some json parsing code
2018-04-22 18:18:45 +00:00
dfee95436f
touched up an error message shown for an invalid hashed literal encountered whose first character after # is invalid
2018-04-10 10:10:50 +00:00
e92407221f
renamed some function names for naming consistency
2018-04-07 15:54:16 +00:00
3d344fc649
set salit.size to 0 forcibly in get_symbol_array_literal()
2018-04-07 15:09:02 +00:00
bec9600463
fixed an error handling issue in get_symbol_array_literal()
2018-04-07 06:28:54 +00:00
69a5ef94bd
changed hcl_seterrxxx() functions not to set the errnum field again for failures in internal operations, especially in hcl_convxxx()
2018-04-06 14:59:44 +00:00
8726768be2
changed hcl_seterrxxx() functions
2018-04-06 14:37:40 +00:00
4ff11f147c
changed notation from #{} to #()
2018-04-06 14:21:47 +00:00
e41a02b957
changed hcl to be more json friendly including changing various notations and grammars
2018-04-06 08:33:25 +00:00
8df5087b9d
enhanced the multiplication function to truncate the resulting fixed-point decimal to the equal precision to the operands
2018-03-30 18:11:11 +00:00
e466c6b68a
disallowed fixed point decimal literal with no digit after the point.
...
fixed a bug in hcl_divnums
2018-03-30 17:37:40 +00:00
116512ae9d
started adding fpdec calculation functions
2018-03-28 16:40:42 +00:00
3a30ffda7b
implemented reading and printing of fixed-point decimal number. primitives yet to be written
2018-03-28 08:57:49 +00:00
89f3fc2d08
started some code for hcl client
2018-03-18 15:29:16 +00:00
c41c3a12af
enhanced the inclusion path handling in the sample hcl server code
...
added HCL_SERVER_SCRIPT_INCLUDE_PATH
added optstate field in hcl_server_worker_t
2018-03-17 05:44:40 +00:00
3acdae2cdf
changed the hcl_ioimpl_t prototype to return 'int' instead of 'hcl_ooi_t'.
...
changed the io arguments to have a new 'xlen' field that holds the result of IO operations where 0 means end of stream
2018-03-09 05:05:09 +00:00
a60bd0c898
renamed hcl_purgeatdic() to hcl_zapatdic()
...
exposed hcl_moveoop()
extended the meaning of the kernel bits in the object flags
extended hcl_pfbase_t to include the type - one of HCL_PFBASE_FUNC, HCL_PFBASE_VAR, HCL_PFBASE_CONST. HCL_PFBASE_CONST not fully implemented yet
2018-03-08 14:18:30 +00:00
2c1b4448be
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
d4d9491f3c
exported hcl_readchar() and hcl_unreadchar()
2018-03-04 14:43:23 +00:00
5aee382e9e
fixed the wrong word output for #nil in the json format
2018-03-02 07:58:37 +00:00
e58d4e30cc
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
ffa6c39852
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
c865de4d61
changed the prototype of hcl_pfimpl_t to accept a hcl_mod_t* pointer
2018-02-28 04:52:01 +00:00
ef51ee4a1d
enhanced the logfmtv to handle encoding conversion of the format string
2018-02-26 15:24:45 +00:00
a78dba499f
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
4876d1775c
added hcl_getlastretv().
...
enhanced hcl_hashobj() to return hash values for nil, true, false
2018-02-22 07:41:03 +00:00
25e4bb040c
added a new debugging macro HCL_DEBUG_LEXER
...
removed the debugging macro HCL_DBEUG_BIGINT
2018-02-21 13:02:05 +00:00
093ee93a3c
deleted unneeded code
2018-02-17 16:09:44 +00:00
22127d384f
added some error checks for error literals and smptr literals
2018-02-17 16:01:27 +00:00
de0715e302
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
2a0551df2d
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
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
4ddffc101d
mapped a dotted identifer to a primitive function
2018-02-12 10:50:44 +00:00
45bb26d97f
fixed the way to drive hcl in main.c
2018-02-09 17:15:31 +00:00
043f756076
improved error messsages
2018-02-09 15:04:18 +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
ca7da52af4
added bytearray compilation code
2018-02-07 13:55:22 +00:00
f904914d6a
implemented dictionary printing
2018-02-07 10:55:20 +00:00
979ba97769
enhanced the compiler to handle array enclosed in #().
...
added partial code to handle dictionary enclosed in #{}
2018-02-07 07:35:30 +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
bdfc72d48d
added some code to handle local variable declaration
2016-10-01 04:36:48 +00:00
55a5d2c3c6
did something on temporary variable and argument handling
2016-09-29 13:20:09 +00:00
94e690004d
added initial hcl files
2016-09-28 14:40:37 +00:00