From 2a20043edb282dff05c9832b1576bf8894dd6473 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 22 Jul 2024 17:19:33 +0200 Subject: Add a first draft of the parser --- properties.l | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'properties.l') 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" %} %% -- cgit v1.2.3