congo-cc / congo-parser-generator

The CongoCC Parser Generator, the Next Generation of JavaCC 21, which in turn was the next generation of JavaCC
https://discuss.congocc.org/
Other
33 stars 9 forks source link

Rebuild Arithmetic if any of the .ccc files change #183

Closed alirazeen closed 4 months ago

alirazeen commented 4 months ago

This commit fixes the build.xml so that if either Arithmetic1.ccc or Arithmetic2.ccc is modified independently, everything is recompiled again properly. As it stands now, changes to Arithmetic1.ccc alone will not retrigger a compile.

alirazeen commented 4 months ago

Hmm, this is wrong, too.

alirazeen commented 4 months ago

Okay, this should be correct, now.