antlr5 icon indicating copy to clipboard operation
antlr5 copied to clipboard

Change nullables to non-nullables in core runtime

Open ericvergnaud opened this issue 11 months ago • 1 comments

In the context of #40, some property and param types were changed to nullable. There may be an opportunity to improve performance slightly by making them non-nullable again, but that requires significant work on the java side (runtime, tool, runtime-test suite and tool-testsuite)

ericvergnaud avatar Feb 27 '24 12:02 ericvergnaud

@lppedd following your comments, assigning you to this

ericvergnaud avatar Mar 01 '24 10:03 ericvergnaud