Skip to content

Commit

Permalink
Remove TODO message
Browse files Browse the repository at this point in the history
  • Loading branch information
issy committed Nov 19, 2024
1 parent fbc34fa commit 2f20832
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/issy/compiler/TokenContext.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.issy.compiler;

// TODO: Include line:col position data for better error messages
public record TokenContext(Token token, String value, Integer line, Integer column) {

public static TokenContext withPosition(Token token, String value, Lexer.Position position) {
Expand Down

0 comments on commit 2f20832

Please sign in to comment.