|
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 |
|
|
41cf6e95ce
|
added a test case for 'stray backslash'
continuous-integration/drone/push Build is passing
|
2024-09-18 22:23:30 +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 |
|
|
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 |
|
|
7754d7c7e9
|
enhanced the reader to perform sanity check on a tuple in advance
|
2024-07-13 17:40:27 +09:00 |
|
|
8345e2f949
|
enhanced the binop expression check in leave_list() in read.c
continuous-integration/drone/push Build is passing
fixed the issue of the lost line terminator after the comment text which caused the next line to be treated as the same line
|
2024-03-09 17:10:51 +09:00 |
|
|
b86eb13fb1
|
implemented simple binary operator handling in the reader code
continuous-integration/drone/push Build is passing
|
2024-02-10 12:23:34 +09:00 |
|
|
4d5f2266b4
|
enhanced the test runner for errors to support multiple scripts in a single file
continuous-integration/drone/push Build is failing
|
2024-02-05 02:43:50 +09:00 |
|
|
bc7cbd9ed2
|
renumbers error testers basing on 5000.
continuous-integration/drone/push Build is passing
fixed a compiler bug not checking the lower bound of block depth in find_variable_backward_with_word()
|
2024-01-23 01:11:13 +09:00 |
|