Skip to content

Commit

Permalink
Another TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
issy committed Nov 17, 2024
1 parent bb7fee8 commit 2c61b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/issy/compiler/CompileErrorMessage.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.issy.compiler;

// TODO: Create wrapper class that embeds position data for error message
public enum CompileErrorMessage {
EMPTY_INPUT("Empty input"),
MUST_END_WITH_CLOSING_PAREN("Must end in closing parenthesis"),
Expand Down

0 comments on commit 2c61b50

Please sign in to comment.