|  | 8c6235be16 | some error message trimming done | 2025-10-17 23:26:15 +09:00 |  | 
			
				
					|  | 00f6b70028 | trimming various syntax error messages | 2025-10-15 23:28:14 +09:00 |  | 
			
				
					|  | e99a4e700b | in progress removing the error target stuffs | 2025-10-15 00:03:56 +09:00 |  | 
			
				
					|  | d5eade91db | permitted a binop token as the back of a dotted symbol for easier access to binop primitives via modules | 2025-09-24 01:00:28 +09:00 |  | 
			
				
					|  | 6b0cf766ce | added pragma liberal on/off | 2025-09-22 20:19:35 +09:00 |  | 
			
				
					|  | a0fd6c5048 | improved identifier classification function | 2025-09-22 00:39:00 +09:00 |  | 
			
				
					|  | 5819be7fa5 | updating the compiler/reader to handle binops more specially | 2025-09-21 17:13:47 +09:00 |  | 
			
				
					|  | 7ecb5d36ad | updated the compiler to make 'do' handling more consistent with {} 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing | 2024-10-12 13:59:23 +09:00 |  | 
			
				
					|  | 2c89b2ae97 | updated t/err.sh to show the erroneous line number 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing | 2024-10-05 21:57:54 +09:00 |  | 
			
				
					|  | 335574dd6d | updated some error messages 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing | 2024-10-05 09:56:52 +00:00 |  | 
			
				
					|  | bcaae10bef | updated compile_fun() to check attribute list after having found class_name, fun_name, arg_list | 2024-10-02 19:14:10 +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 |  | 
			
				
					|  | 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 |  |