I'm trying to run the Jay parser generator (using jar file). I'm running it like this:

Java -jar Jay.jar -cv < ./../jay/skeleton.cs parser.jay > jay-tmp.out && mv jay-tmp.out parser.cs

which works fine on my windows machine. However when running it on my Mac OSX machine I keep getting a Java source file instead of the requested C# source file. Any ideas on how to fix this?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top