|
6896da6870
|
changed the superclass marker from '::' to ':'
continuous-integration/drone/push Build is passing
|
2024-10-03 22:54:03 +09:00 |
|
|
1e97a324ec
|
removed most of syncode stuffs
|
2024-10-03 21:41:59 +09:00 |
|
|
506b8fd9d7
|
removed the :* token
continuous-integration/drone/push Build is passing
|
2024-10-02 00:41:54 +09:00 |
|
|
3d0cdb5366
|
rewrote compile_fun() to support attribute list for a function
continuous-integration/drone/push Build is passing
|
2024-10-02 00:33:34 +09:00 |
|
|
f6d97f8301
|
let 'fun' replace 'defun' totally
continuous-integration/drone/push Build is passing
|
2024-09-28 11:57:56 +09:00 |
|
|
b108cc79e7
|
removed some unused code
continuous-integration/drone/push Build is passing
|
2024-09-28 01:47:28 +09:00 |
|
|
4fe4ee649f
|
preparing to handle singals
continuous-integration/drone/push Build is passing
|
2024-09-27 21:06:12 +09:00 |
|
|
e337e9d48b
|
set RDONLY on objects added to the literal frame
continuous-integration/drone/push Build is passing
|
2024-09-26 19:50:57 +09:00 |
|
|
2595e5b35d
|
enhanced the radix check in the feed handler
continuous-integration/drone/push Build is passing
|
2024-09-24 22:24:31 +09:00 |
|
|
2abda37861
|
updated code to support the radixed number with 'r'
continuous-integration/drone/push Build is passing
|
2024-09-24 19:41:42 +09:00 |
|
|
4651fadcea
|
small change to support radixed number literals
continuous-integration/drone/push Build is passing
|
2024-09-22 22:27:19 +09:00 |
|
|
8a277c77c0
|
ongoing work to support 0x, 0o, 0b
continuous-integration/drone/push Build is passing
|
2024-09-22 22:04:18 +09:00 |
|
|
261970a1a4
|
working to support 0x, 0o, 0b for numbers
continuous-integration/drone/push Build is passing
|
2024-09-22 02:33:01 +09:00 |
|
|
f8c84dc2f0
|
changing the feed handler to recognize a symbol literal without double-quotes.
continuous-integration/drone/push Build is passing
|
2024-09-21 00:51:19 +09:00 |
|
|
914d1797f3
|
fixed more reader problems
continuous-integration/drone/push Build is passing
|
2024-09-18 22:21:11 +09:00 |
|
|
b6e6274666
|
fixed various reader issues
continuous-integration/drone/push Build is passing
|
2024-09-18 21:41:00 +09:00 |
|
|
ec4a6facee
|
added code to process the binop symbol
continuous-integration/drone/push Build is passing
|
2024-09-16 11:12:11 +09:00 |
|
|
a3e2b589be
|
added the make_charaarray instruction and pop_into_chararray insruction
continuous-integration/drone/push Build is passing
|
2024-09-15 11:51:11 +09:00 |
|
|
b5c24eb440
|
simplified message send a bit
continuous-integration/drone/push Build is passing
|
2024-09-10 23:11:25 +09:00 |
|
|
7d9e1b4c0c
|
renamed #include to $include.
continuous-integration/drone/push Build is failing
introduced the symbol literal
|
2024-09-05 01:12:20 +09:00 |
|
|
a62b89cea9
|
enhanced the reader and compiler to treat the binop expression like a message-send expression
continuous-integration/drone/push Build is passing
|
2024-09-03 12:18:08 +09:00 |
|
|
88e8471014
|
some binop expression stuff
continuous-integration/drone/push Build is failing
|
2024-09-01 02:20:22 +09:00 |
|
|
150e7386f8
|
attempting to support multi-binop expression by tranforming it to a chained single-binop expression
continuous-integration/drone/push Build is passing
|
2024-08-31 14:04:53 +09:00 |
|
|
8597f532fa
|
updated the reader to transform the assignment expression to set/set-r expressions.
continuous-integration/drone/push Build is passing
updated the compiler to handle the assignment expression
|
2024-08-28 00:58:56 +09:00 |
|
|
8602a479d7
|
'do' treated as a keyword
continuous-integration/drone/push Build is passing
|
2024-08-23 01:07:08 +09:00 |
|
|
229d3b1f29
|
renamed return-from-home to revert
continuous-integration/drone/push Build is passing
treated return and revert as keywords
|
2024-08-22 18:10:41 +09:00 |
|
|
191c123cb6
|
class, fun, break, continue, until, while treated as keywords
continuous-integration/drone/push Build is passing
|
2024-08-22 16:06:59 +09:00 |
|
|
60aac191b0
|
changed the compiler to treat try, catch, throw as keywords
continuous-integration/drone/push Build is passing
|
2024-08-21 22:19:41 +09:00 |
|
|
32f1da7d28
|
trying to change the compiler to treat if, elif, else as keywords
continuous-integration/drone/push Build is passing
added primAt, primtAtPut, HCL_SYNERR_CATCH
|
2024-08-21 01:00:29 +09:00 |
|
|
5ddc29dc5b
|
added respondsTo and related functions
continuous-integration/drone/push Build is passing
|
2024-08-08 01:52:50 +09:00 |
|
|
e2864bab55
|
added pf_core_put
continuous-integration/drone/push Build is passing
|
2024-07-29 19:15:12 +09:00 |
|
|
bd107a172c
|
renamed all lambdas to funs
continuous-integration/drone/push Build is passing
|
2024-07-20 19:15:27 +09:00 |
|
|
43062e4db3
|
removed a duplicate function
continuous-integration/drone/push Build is passing
|
2024-07-15 18:52:57 +09:00 |
|
|
8c5affe9a5
|
updated the tuple handling slightly
continuous-integration/drone/push Build is passing
|
2024-07-15 01:09:19 +09:00 |
|
|
57d9668110
|
reader improvement to filter out binop from a tuple
continuous-integration/drone/push Build is passing
|
2024-07-15 01:02:07 +09:00 |
|
|
7754d7c7e9
|
enhanced the reader to perform sanity check on a tuple in advance
|
2024-07-13 17:40:27 +09:00 |
|
|
86ea4e7071
|
improved the slicing function
continuous-integration/drone/push Build is passing
|
2024-07-01 18:57:33 +09:00 |
|
|
b4d435a593
|
compiler improvement to support out-of-class class method or calss instance method definitions. pending more tests
continuous-integration/drone/push Build is passing
|
2024-05-26 23:18:26 +09:00 |
|
|
4ab0187260
|
more input stream handling code
continuous-integration/drone/push Build is passing
|
2024-05-19 17:09:31 +09:00 |
|
|
f08ba4cd12
|
fixed to clear inner data upon an error in the interactive mode
continuous-integration/drone/push Build is passing
|
2024-05-16 19:40:43 +09:00 |
|
|
c795b28cb8
|
added hcl_instantiatewithtrailer()
continuous-integration/drone/push Build is passing
|
2024-05-15 22:59:34 +09:00 |
|
|
ccbaae98a4
|
made a small fix over file inclusion failure handling
continuous-integration/drone/push Build is passing
|
2024-04-21 14:44:03 +09:00 |
|
|
803f9b2817
|
fixed the tv.wcount and tv.s.len restoration logic upon compiliation failure
continuous-integration/drone/push Build is passing
|
2024-04-21 02:24:27 +09:00 |
|
|
f9bf37f8bf
|
fixed the lvalue check in the assignment list in read.c
continuous-integration/drone/push Build is passing
touched up fnblk handling in comp.c
updated more code in hcl-x.c
|
2024-04-18 23:06:28 +09:00 |
|
|
e0083b4453
|
changed the binop check in the reader code
continuous-integration/drone/push Build is passing
|
2024-04-17 14:33:24 +09:00 |
|
|
9b42b989fa
|
simplified the logic to show the prompt in interactive mode.
continuous-integration/drone/push Build is passing
improved the EOF handling code
|
2024-04-17 12:20:25 +09:00 |
|
|
65d64f7c5f
|
enhanced the interactive mode processing a bit
continuous-integration/drone/push Build is passing
|
2024-04-17 02:00:28 +09:00 |
|
|
658e69635a
|
lib/read.c - updated code to reset some internal data upon an error so that another call to hcl_feed() and variants don't suffer
continuous-integration/drone/push Build is passing
|
2024-04-15 13:14:49 +09:00 |
|
|
73e3f189a8
|
updated feed_char() to reset to the START phase upon an error
continuous-integration/drone/push Build is passing
|
2024-04-15 02:59:59 +09:00 |
|
|
637e8ba3c4
|
fixed the compiler's check for block expression after if, elif, else, try, catch
continuous-integration/drone/push Build is passing
|
2024-04-13 00:48:23 +09:00 |
|