cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.45k stars 159 forks source link

candy-generator: Generate parser by default #765

Closed kohlschuetter closed 8 months ago

kohlschuetter commented 9 months ago

The parser is currently generated only when a certain build profile is enabled.

This is hard to figure out, and building time is negligible.

Enable building the parser by default (enable the profile by default).

Should building fail on CI, then the build.xml script should be fixed instead.