Rename to lexer and split in files

This commit is contained in:
Thomas Pelletier
2021-02-02 08:28:30 -05:00
parent 7300b6a97b
commit 1e8b0dc3c9
7 changed files with 367 additions and 362 deletions
-1
View File
@@ -59,7 +59,6 @@ val = string / boolean / array / inline-table / date-time / float / integer
;; String
string = ml-basic-string / basic-string / ml-literal-string / literal-string
;; Basic String
basic-string = quotation-mark *basic-char quotation-mark