Commit Graph

17 Commits

Author SHA1 Message Date
4d0f0e1f9e changing vm implementation a bit. this commit is buggy 2020-10-04 18:21:05 +00:00
6632745618 redefined hash functions 2019-03-06 01:50:46 +00:00
fe27ae5d37 dropped cli-mode code. it turned out to be not effective 2018-08-08 03:41:17 +00:00
5e4b36bbe4 added more experimental code for the cli mode 2018-08-06 10:41:38 +00:00
01e8279ac6 added experimental code to execute an external command 2018-08-02 17:09:32 +00:00
fd3a812cf7 renamed some function names for naming consistency 2018-04-07 15:54:16 +00:00
e5499cda1b 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
03d0dcfa76 work in progress to add the hcl_purgeatdic() function 2018-03-08 10:00:57 +00:00
b97e2da6af enhanced the logfmtv to handle encoding conversion of the format string 2018-02-26 15:24:45 +00:00
a7fcf50a89 added hcl_getlastretv().
enhanced hcl_hashobj() to return hash values for nil, true, false
2018-02-22 07:41:03 +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
adc7e89ca7 enhanced the compiler to handle array enclosed in #().
added partial code to handle dictionary enclosed in #{}
2018-02-07 07:35:30 +00:00
71a10e09c6 trying to revive this project 2018-02-05 10:43:25 +00:00
070cead567 added some code for executing byte codes 2016-10-04 17:56:28 +00:00
256efdb134 added initial hcl files 2016-09-28 14:40:37 +00:00