From 422606d8b3cc6fba74f97af46f0378fc274d60ad Mon Sep 17 00:00:00 2001 From: c Date: Sun, 28 Jan 2024 20:15:35 -0500 Subject: Fixed things. - Fixed `parser_nxt_token()` assuming the existance of a parser's token. - Fixed block parsing. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fb8b336..341b7fe 100755 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ tags *.out *.tmp.* +coredump *.notes.md [._]sw[a-p] [._]*.sw[a-p] -- cgit v1.2.3