Ona Script Comments #26

Closed
opened 2023-07-18 23:40:41 +02:00 by kayomn · 1 comment
Owner

Ona Script doesn't support comments in code.

Ona Script doesn't support comments in code.
kayomn added this to the (deleted) milestone 2023-07-18 23:40:42 +02:00
Author
Owner

Comments are actually already meant to be supported in the tokenizer, however a bug was preventing the branch that handles them from ever getting properly invoked.

This led to only the # getting evaluated as part of the comment and the rest of the line was treated as code.

Comments are actually already meant to be supported in the tokenizer, however a bug was preventing the branch that handles them from ever getting properly invoked. This led to only the `#` getting evaluated as part of the comment and the rest of the line was treated as code.
kayomn added the
bug
label 2023-07-22 15:56:11 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kayomn/ona#26
No description provided.