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

11 Commits

Author SHA1 Message Date
Kevin Glynn
21851337c5 Add CSharpTranslator to rustici/trunk branch. Synched to rev 13553 2010-08-26 13:37:44 +02: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
d07f3a97de Add descriptions, let dumpProperties run init to read in properties from files 2010-07-12 20:21:27 -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
e1729486cc Simplify build.xml
- remove antcalls because I thought they were breaking cancel behaviour
- fix cancel (ugly, looks like depends are run before unless= is checked, so add unless=is.run.cancelled to all tagets that do work)
- remove echoTranslateCS2J, better to use -v option to cs2j
2010-06-06 20:44:45 -05:00
Kevin Glynn
befc9e5ddc Add build files into solution 2010-06-04 08:29:23 -05:00
Kevin Glynn
b30ae76c17 Add simple launch option
- add simple launch option that just asks for source and target
- simplify properties,  death to ScormEngine baggage
2010-06-03 07:51:24 -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