parser: remove NIL as a known value
Not really needed or necessary.
This commit is contained in:
@@ -25,7 +25,6 @@ typedef enum
|
||||
/// Known symbols - may reference callables or values.
|
||||
typedef enum
|
||||
{
|
||||
AST_KNOWN_NIL = 0,
|
||||
AST_KNOWN_PUTSTR,
|
||||
|
||||
NUM_AST_KNOWNS,
|
||||
|
||||
Reference in New Issue
Block a user