hoijui / Jawk

Java AWK interpreter/compiler
GNU General Public License v3.0
39 stars 23 forks source link

Correct apparent typo in Awk.java #2

Closed paulkrause88 closed 8 years ago

paulkrause88 commented 9 years ago

The comment indicates this branch should be taken when the compile flag is set, so this is probably what the author intended.

hoijui commented 8 years ago

thanks! :-) and sorry for the long delay.

i did not know anybody is using it... do you mind telling me what you do with it? :-)

paulkrause88 commented 8 years ago

Not a problem. I'm not actually using it at the moment. My original use case was upgrading some config files in a cross-platform way, but it looks like it will be easier to build that functionality into the app than to use an awk script. Jawk is interesting to play with, though. I wish the original version history was still available.

hoijui commented 8 years ago

ahh i see... yeah... i also think that is a pitty. i also just took over because.. i wanted to use awk scripts to generate sources in a maven based project. i also started a maven plugin for that, but then stopped mid-way (whitle testing the alpha).