3d47a99cd2
added many charcter handling code
continuous-integration/drone/push Build is failing
2023-11-22 00:24:57 +09:00
5a28ab3749
working on the block expression compilation
continuous-integration/drone/push Build is failing
2023-11-10 00:03:03 +09:00
8747afba63
first successful implementation of class instantion methods
2022-03-17 13:22:17 +00:00
d72baec0a9
more code added for message sending implementation
2022-01-25 07:54:11 +00:00
51e347889d
the new compiler is becoming usable. but not complete yet.
...
added more string copy functions
2021-01-22 14:43:47 +00:00
11e831bbcc
switching GC from semi-space copying to mark-sweep
2020-12-31 17:48:47 +00:00
2b786018d7
changing vm implementation a bit. this commit is buggy
2020-10-04 18:21:05 +00:00
fd99432186
redefined hash functions
2019-03-06 01:50:46 +00:00
9a186711e4
dropped cli-mode code. it turned out to be not effective
2018-08-08 03:41:17 +00:00
fe28d23307
added more experimental code for the cli mode
2018-08-06 10:41:38 +00:00
25243fc7af
added experimental code to execute an external command
2018-08-02 17:09:32 +00:00
e92407221f
renamed some function names for naming consistency
2018-04-07 15:54:16 +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
02b02865ac
work in progress to add the hcl_purgeatdic() function
2018-03-08 10:00:57 +00:00
ef51ee4a1d
enhanced the logfmtv to handle encoding conversion of the format string
2018-02-26 15:24:45 +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
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
e54096f2a0
changed copyright years
2018-02-07 14:13:13 +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
293222d5c5
trying to revive this project
2018-02-05 10:43:25 +00:00
badf66c9d4
added some code for executing byte codes
2016-10-04 17:56:28 +00:00
94e690004d
added initial hcl files
2016-09-28 14:40:37 +00:00