Cleanup parser statements, add delete and insert statement, add TASKS.md for tracking tasks

This commit is contained in:
Pablu
2025-12-02 17:06:27 +01:00
parent f6ca16b1f0
commit e07bb9e496
10 changed files with 438 additions and 266 deletions

5
TASKS.md Normal file
View File

@@ -0,0 +1,5 @@
[] Make lexer detect Text by quotes are same as ident?
[] Make lexer understand numbers
[] Add boolean and NULL types
[] Handle extra fields like WHERE, ORDER etc, in parser, for Delete and select
[] Think about a better way than to return an error with Affected Rows when inserting or deleting