Commit Graph

69 Commits

Author SHA1 Message Date
decefce142 hngnggg i forgor to commit
- implemented scope management
- finished function signature analyzing
- added method analyzing
  - had to restructure type analysis slightly to do this
2023-10-17 03:11:11 -04:00
8b4244e3cb Booleans are now literals 2023-10-09 00:24:48 -04:00
e31ef61e6b Function analysis stub 2023-10-09 00:13:13 -04:00
fcadc0971b Added recursive type definitions 2023-10-08 23:54:45 -04:00
091a59c1bd All the builtin/primitive types are in their own place 2023-10-07 17:32:47 -04:00
6f40b6216b Testing ALL the types 2023-10-07 02:27:49 -04:00
07bf334689 the ansalyzer 2023-10-07 01:18:05 -04:00
2373f715ff Reorganized tests 2023-10-06 18:58:17 -04:00
3570caeb2e Implemented untested type description analysis 2023-10-05 18:27:40 -04:00
1359901847 Even more tests 2023-10-05 16:57:32 -04:00
097942014d Add tests for type checking literals 2023-10-03 17:57:42 -04:00
b998a982dd Add uniqueness tests for builtin namess 2023-10-03 17:08:30 -04:00
59c5d280fc Added tests for operation argument counts 2023-10-03 16:54:39 -04:00
d23af1ddd0 Add more name tests 2023-09-28 00:17:26 -04:00
212c03c81b Methods are now declared with :: instead of . 2023-09-26 17:19:23 -04:00
181db224d6 Uniqueness error and non-error cases are tested 2023-09-26 16:47:04 -04:00
6b9e0f4f2d Added more tests to analyzer 2023-09-26 16:40:26 -04:00
f19e819280 Analyzer passes first test 2023-09-23 00:55:15 -04:00
5d98efb850 Added base analyzer 2023-09-23 00:49:23 -04:00