1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

9 Commits

Author SHA1 Message Date
Kevin Glynn
a309b80531 add quotes for linux/mono build 2010-12-30 18:44:40 +01:00
Kevin Glynn
62e55b5839 update version number 2010-09-20 13:02:11 -05:00
Kevin Glynn
9fe650b5f5 Add Prelude comment to Java Output files
Add a comment to the head of every Java output file stating that this file was
produced by CS2J.

A command line argument (markDate) controls  whether the translation date is
included in this initial comment.

markDate should be set false for Rustici (end similar) else it will
produce spurious source control diffs
2010-09-20 06:34:26 -05:00
Kevin Glynn
749a91af39 ugly hack to stop translation segfaulting on New<byte>() code 2010-07-14 15:16:15 -05:00
Kevin Glynn
a097df8a0e support for goto and labelled statements
goto is converted (wrongly in general) to a continue statement
2010-07-14 13:18:46 -05:00
Kevin Glynn
577c5b21c3 hack: Ignore duplicate fields
(probably due to insufficient #iffery treatment we are processing extra lines that we shouldn't)
2010-07-14 13:16:15 -05:00
Kevin Glynn
7069b42023 Turn C# destructors into finalize() methods.
TODO: probably should call super.finalize()
2010-07-12 20:11:50 -05:00
Kevin Glynn
7e9f4187d5 Add gitignore file for antlr2 cs2j 2010-06-01 13:22:23 -05:00
Kevin Glynn
de6c0fcada Add Antlr3 rewrite from Rustici Subversion 2010-05-29 10:08:47 -05:00