antlr / antlr5

BSD 3-Clause "New" or "Revised" License
57 stars 5 forks source link

Change nullables to non-nullables in core runtime #44

Open ericvergnaud opened 9 months ago

ericvergnaud commented 9 months ago

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 commented 8 months ago

@lppedd following your comments, assigning you to this