diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-06 01:07:36 +0100 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-06 01:07:36 +0100 |
commit | 13e6a0738c47608af15cfcbc88a7a451a1e53fd9 (patch) | |
tree | faf38ee758f99b68cba2caedda133bad159036ee /src/parser.lisp | |
parent | 5b518ad7205b3432d95ff2b3757e49914233d913 (diff) |
Diffstat (limited to 'src/parser.lisp')
-rw-r--r-- | src/parser.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.lisp b/src/parser.lisp index 2d3c673..3615844 100644 --- a/src/parser.lisp +++ b/src/parser.lisp @@ -148,5 +148,5 @@ tokens." :else :collect token :into tokens :and :do (setf start-of-line (start-of-line-p token)) - :finally ;; (build-tree) + :finally (return tokens))) |