|  | 7d75131822 | Implemented comparison equality operators | 2019-06-08 15:38:08 +02:00 |  | 
			
				
					|  | fc66c15c2f | Fixed issue where function declarations without parameters would cause errors 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing | 2019-06-08 14:42:23 +02:00 |  | 
			
				
					|  | a2263535d9 | Fixed issue where function parser keeps consuming tokens and causes out of range exceptions | 2019-06-08 14:40:21 +02:00 |  | 
			
				
					|  | ed6fbdbef0 | Fix wrong block statements consuming EOF token, causing a nullptr exception | 2019-06-08 14:27:24 +02:00 |  | 
			
				
					|  | e233616b8e | Implements if, elseif and else statements 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing | 2019-06-08 14:25:15 +02:00 |  | 
			
				
					|  | f4a3918947 | Implements return statement 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing | 2019-06-07 15:23:13 +02:00 |  | 
			
				
					|  | f143e526ab | Added support for calling script functions from extern C hooks 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing | 2019-06-07 13:51:49 +02:00 |  | 
			
				
					|  | a747c60f32 | Removed ununused directive | 2019-06-07 12:48:13 +02:00 |  | 
			
				
					|  | 81d57f6027 | Get rid of insert_or_assign functions on map, as mingw seems to be having trouble with it 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing | 2019-06-07 12:35:43 +02:00 |  | 
			
				
					|  | 4464cece57 | Mingw doesn't seem to recognize intert_or_assign, so make it only use that on GCC 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing | 2019-06-06 20:43:36 +02:00 |  | 
			
				
					|  | 29561c7ef5 | More fixes for CI 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing | 2019-06-06 20:28:00 +02:00 |  | 
			
				
					|  | 043ab5dd7e | Downgraded minimum cmake required 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing | 2019-06-06 20:15:45 +02:00 |  | 
			
				
					|  | 7f73bf07d2 | Create new string in Lexer when not passed by reference 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing | 2019-06-06 20:07:55 +02:00 |  | 
			
				
					|  | 976b4ef2ec | Test to see if environment variables handle everything properly 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing | 2019-06-06 19:49:00 +02:00 |  | 
			
				
					|  | 2085334d0d | Try CI for Windows 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing | 2019-06-06 19:24:27 +02:00 |  | 
			
				
					|  | 1d9271735c | More fixes for CI 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing | 2019-06-06 19:16:30 +02:00 |  | 
			
				
					|  | 935b21a2eb | Try this 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing | 2019-06-06 19:09:27 +02:00 |  | 
			
				
					|  | fa705786f1 | Fixes for CI | 2019-06-06 19:07:28 +02:00 |  | 
			
				
					|  | bffa133a3a | Renamed import to include | 2019-06-06 19:03:28 +02:00 |  | 
			
				
					|  | ada2690dcd | Rename Diagnostics 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing | 2019-06-06 19:01:54 +02:00 |  | 
			
				
					|  | 89ada09272 | CI fixes 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing | 2019-06-06 18:58:51 +02:00 |  | 
			
				
					|  | 549b53a69b | Remove CMake cache 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing | 2019-06-06 18:53:15 +02:00 |  | 
			
				
					|  | f77192a01f | Initial work on CI 
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing | 2019-06-06 18:02:46 +02:00 |  | 
			
				
					|  | cb5d9e2f62 | Implements indexing, currently can only be used with strings | 2019-06-06 17:35:51 +02:00 |  | 
			
				
					|  | b275e1fbd6 | Added basics for lexing index expressions | 2019-06-05 21:01:59 +02:00 |  | 
			
				
					|  | 7f79c4d8bb | Minor test memory cleanup | 2019-06-05 19:18:11 +02:00 |  | 
			
				
					|  | d49692a17e | Minor optimizations in lexer | 2019-06-05 19:11:56 +02:00 |  | 
			
				
					|  | bda26b0ddf | Allow non-local script functions to be called from outside the script | 2019-06-05 18:44:23 +02:00 |  | 
			
				
					|  | 43dede9ae2 | Work to add C style entry points to library that allow most functionality | 2019-06-05 17:46:46 +02:00 |  | 
			
				
					|  | 6206fef4c5 | Rework evaluation to use shared pointers, fix bugs | 2019-06-01 21:38:39 +02:00 |  | 
			
				
					|  | 4408cf00cd | Large overhaul of pointers to shared_ptrs, implemented function evaluation | 2019-06-01 19:20:31 +02:00 |  | 
			
				
					|  | 8b70eed516 | Implements parsing of function calling | 2019-06-01 14:56:28 +02:00 |  | 
			
				
					|  | 1231a77761 | Fixes and changes for function declarations, using shared_ptr instead of raw pointers | 2019-06-01 13:43:25 +02:00 |  | 
			
				
					|  | 6936b26cae | Implements binding and evaluating function declarations | 2019-06-01 12:33:52 +02:00 |  | 
			
				
					|  | c407ba2f50 | Implements parsing function declarations | 2019-05-31 15:00:14 +02:00 |  | 
			
				
					|  | 6fad5a0a7d | Implements variable usage, tweaks and fixes for variable assignment | 2019-05-30 15:23:48 +02:00 |  | 
			
				
					|  | 257eb942c7 | Clean up EvaluationScope class | 2019-05-29 15:12:13 +02:00 |  | 
			
				
					|  | bda561b775 | Fixes for creating variable in local scope | 2019-05-29 15:10:16 +02:00 |  | 
			
				
					|  | 188d89db94 | Fixed memory leak in script variables | 2019-05-29 15:00:41 +02:00 |  | 
			
				
					|  | 3c0df2e615 | Delete script after tests | 2019-05-29 14:58:00 +02:00 |  | 
			
				
					|  | f6cf4d96dd | Implements variable assignment evaluation | 2019-05-29 14:55:03 +02:00 |  | 
			
				
					|  | 6185f755a4 | More fixes for boundscope | 2019-05-28 18:50:23 +02:00 |  | 
			
				
					|  | 2c84c1e229 | Cleanup and fixes for boundscope | 2019-05-28 18:22:07 +02:00 |  | 
			
				
					|  | 5d1c3ac9ba | Implements assignment binding | 2019-05-28 17:49:03 +02:00 |  | 
			
				
					|  | dbd7dfdd73 | Implements assignment parsing | 2019-05-26 14:20:40 +02:00 |  | 
			
				
					|  | 0205b92ae6 | Implements string evaluation and concat | 2019-05-25 16:15:20 +02:00 |  | 
			
				
					|  | b536187593 | Implements unary operation evaluation | 2019-05-25 14:59:12 +02:00 |  | 
			
				
					|  | 9131fbfee7 | Implements inequality token | 2019-05-25 14:17:52 +02:00 |  | 
			
				
					|  | d6a6e116fe | Added equality operation for eval values | 2019-05-25 13:57:43 +02:00 |  | 
			
				
					|  | 4a4a71ca73 | Added logical and and or binary operations | 2019-05-25 13:30:20 +02:00 |  |