iguana-parser / iguana

prototype parser run-time, back-end for different kinds of parser generators, including rascal.
51 stars 15 forks source link

Upgraded the dependency on pdb.values to a smaller dependency on capsule. #14

Closed jurgenvinju closed 5 years ago

jurgenvinju commented 5 years ago

Possibly this entire dependency will be removed in the future, but for now this change of dependencies makes the code compile without the embedded jar, and without conflicting with the Rascal dependencies.

afroozeh commented 5 years ago

The dependency indeed will be removed in the future. For now if the test org.iguana.GrammarTest passes, changes should be fine.