SLL(3) is too much, SLL(2) is sufficient.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 16 Dec 2008 23:26:26 +0000 (23:26 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 16 Dec 2008 23:26:26 +0000 (23:26 +0000)
[r24736]

parser.c

index fdaabbe..9d527dc 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -42,7 +42,7 @@
 #include "adt/array.h"
 
 //#define PRINT_TOKENS
-#define MAX_LOOKAHEAD 2
+#define MAX_LOOKAHEAD 1
 
 typedef struct {
        entity_t           *old_entity;