Parsing lines with only comments fails #1

Closed
opened 2024-12-29 18:23:32 +00:00 by James · 1 comment
Owner
Welcome to the tricu Interpreter
You can exit at any time by typing and entering: 
:_exit
tricu < -- test comment
tricu: Lexical error:
1:16:
  |
1 | -- test comment
  |                ^
unexpected end of input
expecting "--", '"', '(', ')', '-', ':', '=', '[', '\', ']', '_', 't', digit, letter, newline, space, or tab
``` Welcome to the tricu Interpreter You can exit at any time by typing and entering: :_exit tricu < -- test comment tricu: Lexical error: 1:16: | 1 | -- test comment | ^ unexpected end of input expecting "--", '"', '(', ')', '-', ':', '=', '[', '\', ']', '_', 't', digit, letter, newline, space, or tab ```
Author
Owner

Resolved with merge #2

Resolved with merge #2
James closed this issue 2024-12-30 03:05:40 +00:00
James added the
bug
label 2024-12-30 13:46:26 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: James/tricu#1
No description provided.