Skip to content
Snippets Groups Projects
Commit 974f5aa2 authored by dgelessus's avatar dgelessus
Browse files

Convert patchfiles into a proper separate runtime library

Previously the patchfiles were copied into the source of each
generated parser, even though they are identical for all parsers and
always use a hardcoded package name. This means that all generated
parsers had conflicting classes, although in practice this was not
noticeable, because the classes were always identical.

These common files are now a proper separate library that all
generated parsers will depend on. This will fix the class name
conflicts when using more than one SableCC parser in a single project.
parent bde01e6b
No related branches found
No related tags found
Loading
Showing
with 70 additions and 100 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment