Commit Graph

18 Commits

Author SHA1 Message Date
69a0b1548b added json related files 2018-04-21 02:13:53 +00:00
b9acbd1694 restructured client and server code into a single library libhclex.
also migrated socket related functions into the library
2018-04-10 13:57:17 +00:00
7c5bde98f1 fixed build files again 2018-04-09 06:11:57 +00:00
18f7b0d1ad fixed build files 2018-04-09 05:36:32 +00:00
7515894082 started adding fpdec calculation functions 2018-03-28 16:40:42 +00:00
7db7e3e48f renamed main2.c to main-s.c
started adding client code
2018-03-17 16:07:51 +00:00
6806c2bd30 added timer functions 2018-03-15 08:35:38 +00:00
7371618c5b exported hcl_seterrbfmtv(), hcl_seterrufmtv()
added hcl_server_seterrbfmt(), hcl_server_seterrufmt(), hcl_server_seterrbfmtv(), hcl_server_seterrufmtv()
added socket address conversion functions
2018-03-14 14:40:05 +00:00
449ac10b9c moving code in main2.c to hcl-s.c 2018-03-13 10:20:33 +00:00
44df07c1e8 Added partial sample program to accept requests over a socket 2018-03-12 10:39:13 +00:00
48bbbdd152 updated the build files to utilize the standalone libltdl library if available 2018-03-07 07:50:28 +00:00
a29e4a3edc added some builtin modules, but without many functions in them 2018-02-15 15:36:15 +00:00
a8969a53f3 added -ldl to the build process 2018-02-09 04:02:17 +00:00
1457d91215 added dl_xxx vm primtiives 2018-02-09 03:48:30 +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
dc2b007550 added some code to handle primitives and the call instruction 2016-10-06 17:49:47 +00:00
256efdb134 added initial hcl files 2016-09-28 14:40:37 +00:00