summaryrefslogtreecommitdiff
path: root/src/lib/tokens.mly
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-08-24 15:04:25 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-08-24 15:04:25 +0200
commitdf92da631e9a10a099a72ba846f90adf99d180df (patch)
treec56cffa7045795c0cc494512c28fc34a63f800bc /src/lib/tokens.mly
parent546afdcf2148087f3a90b69c23ea756550f64433 (diff)
Added pre-processing
Diffstat (limited to 'src/lib/tokens.mly')
-rw-r--r--src/lib/tokens.mly9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/tokens.mly b/src/lib/tokens.mly
index 428c744..5346005 100644
--- a/src/lib/tokens.mly
+++ b/src/lib/tokens.mly
@@ -1,5 +1,10 @@
%token Sep
+%token A_NASAL
+%token O_NASAL
+%token I_NASAL
+
+
%token A
%token B
%token C
@@ -20,7 +25,7 @@
%token P
%token R
%token S
-%token SS
+%token SZ
%token T
%token U
%token V
@@ -37,7 +42,7 @@
%right C H J Q V W X Y Z
%right P B T D K G
-%right S SS F
+%right S F
%right N M
%right L R