| 
						
					 | 
					
						
						
							
						
						1692e9ac2b
					 | 
					
						
						
							
							enhanced the tokenizer to recognize the octal notation as much as possible in a regular expression
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2025-10-04 02:36:41 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						2c544ae383
					 | 
					
						
						
							
							enhanced split() and splitting by FS to support the escape doubling scheme
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2025-09-27 11:37:25 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						0ffe46992b
					 | 
					
						
						
							
							added a test case for split
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2025-09-27 01:39:03 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						6aca30c893
					 | 
					
						
						
							
							more code clean-up
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2025-08-31 17:58:12 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						8f1b8ffc03
					 | 
					
						
						
							
							some code fixes and refactoring
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2025-08-31 11:36:25 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						8e1ef21150
					 | 
					
						
						
							
							added a couple of test cases for gensub
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2025-08-31 01:48:13 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						0f59ab4a94
					 | 
					
						
						
							
							updated gensub to support the occurrence number (the third argument)
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2025-08-30 22:51:23 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						8a722d5789
					 | 
					
						
						
							
							added a test case for sys::pack
						
						
						
						
						
						
					 | 
					
						2025-07-15 14:14:46 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						955210800e
					 | 
					
						
						
							
							fixed a segfault bug in index()/rindex() function handler which treated a byte character as a byte string.
						
						
						
						
						
						
						
						enhanced code to handle BOB better 
						
						
					 | 
					
						2025-07-10 23:12:47 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						fac4aa7af5
					 | 
					
						
						
							
							implemented switch ... case .. default ..
						
						
						
						
						
						
					 | 
					
						2025-06-18 23:45:34 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						4578d98834
					 | 
					
						
						
							
							fixed h-002.hawk for enhancement to match()
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2024-08-19 12:59:11 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						b6a512f90f
					 | 
					
						
						
							
							fixed the fault in checking the number of arguments for variadic functions  in hawk_rtx_evalcall()
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2024-05-02 23:57:31 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						114040cf68
					 | 
					
						
						
							
							made @argc and @argv look like ARGC and ARGV
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2024-05-03 14:04:03 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						e28faca54e
					 | 
					
						
						
							
							primitive support of variadic arguments
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2024-05-02 22:36:50 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						a7d3432c11
					 | 
					
						
						
							
							added the hawk::type() builtin function
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing 
				
			 
		
		
	 
 
	 
						
						
					 | 
					
						2024-04-16 12:33:13 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						5830d8f9ed
					 | 
					
						
						
							
							made match() to accept up to 3 arguments only while keeping str::match() extended with up to 4 arguments
						
						
						
						
						
						
					 | 
					
						2023-07-17 22:19:46 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						9efdf82b16
					 | 
					
						
						
							
							fixed some build file flaws
						
						
						
						
						
						
					 | 
					
						2022-09-25 02:08:01 +09:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |