diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2021-10-27 00:27:36 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-10-27 00:27:36 +0900 |
commit | 1dd7fefb8c18da0c60807b14389cefbfdbc65993 (patch) | |
tree | ad3e9bdb648a34eb97b333758873ef82f8d228f4 /.gitignore | |
parent | Pass a token that caused a syntax error to the semantic action APIs (diff) | |
download | urubu-1dd7fefb8c18da0c60807b14389cefbfdbc65993.tar.gz urubu-1dd7fefb8c18da0c60807b14389cefbfdbc65993.tar.xz |
Generate the lexer source code
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71eace9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +spec/clspec.json |