Commit Graph

10 Commits

Author SHA1 Message Date
0x4261756D 7889f4c27a Fix last token not getting tokenized 2024-01-15 21:28:40 +01:00
0x4261756D 23269baa0b Make numbers in basic test distinct 2023-11-28 04:06:51 +01:00
0x4261756D d0357f0a3a Fix numbers being tokenized as names 2023-11-28 04:04:57 +01:00
0x4261756D a824823786 Add more directories to .gitignore 2023-11-24 03:36:47 +01:00
0x4261756D c8cbf4659a Add test for table.get 2023-11-24 03:35:55 +01:00
0x4261756D 5dc1b9d50b Make tables work and add rawEquals methods
Since hashtables are a hassle with strings and complex datastructures
like the table they are an arraylist for now.

Also implement rawEquals for numerals and values to make table.get work
2023-11-24 03:22:15 +01:00
0x4261756D cfc288e279 More treewalker stuff 2023-11-17 01:37:29 +01:00
0x4261756D cdfa8d3f90 Implement ast dumping and start treewalker 2023-10-08 21:40:44 +02:00
0x4261756D b00a99ab6a Implement parsing and token locations 2023-09-21 18:30:50 +02:00
0x4261756D 721383a043 Add tokenizer 2023-09-15 11:07:50 +02:00