aboutsummaryrefslogtreecommitdiff
path: root/properties.l
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-22 17:19:33 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-22 17:19:33 +0200
commit2a20043edb282dff05c9832b1576bf8894dd6473 (patch)
tree572638a56b46cbd90534ea6ba562b544f7273ec7 /properties.l
parent2fd810be649548de92b7b34900205555250fab3b (diff)
downloadproperties-2a20043edb282dff05c9832b1576bf8894dd6473.tar.gz
properties-2a20043edb282dff05c9832b1576bf8894dd6473.zip
Add a first draft of the parser
Diffstat (limited to 'properties.l')
-rw-r--r--properties.l6
1 files changed, 1 insertions, 5 deletions
diff --git a/properties.l b/properties.l
index 653c358..73803fc 100644
--- a/properties.l
+++ b/properties.l
@@ -1,9 +1,5 @@
%{
-enum {
- KEY = 1,
- DIV,
- VALUE
-};
+#include "properties-parser.h"
%}
%%