diff options
author | 2024-07-22 17:19:33 +0200 | |
---|---|---|
committer | 2024-07-22 17:19:33 +0200 | |
commit | 2a20043edb282dff05c9832b1576bf8894dd6473 (patch) | |
tree | 572638a56b46cbd90534ea6ba562b544f7273ec7 /properties.l | |
parent | 2fd810be649548de92b7b34900205555250fab3b (diff) | |
download | properties-2a20043edb282dff05c9832b1576bf8894dd6473.tar.gz properties-2a20043edb282dff05c9832b1576bf8894dd6473.zip |
Add a first draft of the parser
Diffstat (limited to 'properties.l')
-rw-r--r-- | properties.l | 6 |
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" %} %% |