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

547 Commits

Author SHA1 Message Date
Kevin Glynn
1a7f16d503 If Java property isn't set then generate a likely string from the context 2010-10-20 13:41:49 +02:00
Kevin Glynn
4933c8f3c5 Mark static methods 2010-10-19 16:48:24 +02:00
Kevin Glynn
f26a2f3172 Support for Generic Type Parameters on methods 2010-10-19 14:12:42 +02:00
Kevin Glynn
aeadd3744e Print out types that are TypeVars 2010-10-19 10:41:43 +02:00
Kevin Glynn
43c1249563 Add Inherits, Slurp up nested classes 2010-10-19 10:40:55 +02:00
Kevin Glynn
661f14d3af Ignore MonoDevelop's userprefs files 2010-10-19 10:05:58 +02:00
Kevin Glynn
9822bd2bcc Print Type Parameters too 2010-10-15 17:38:06 +02:00
Kevin Glynn
613e11c377 Build type strings via TypeHelper.buildTypeName so that we handle generic types better (note: delegate types such as Action<> seem broken) 2010-10-15 16:34:18 +02:00
Kevin Glynn
0bf8cc9aed just grab params once and update directly 2010-10-15 14:31:10 +02:00
Kevin Glynn
3d3af6aed0 Add NDesk.Options for command line option processing. Add cs2jTempleGen to generate xml templates from DLLs 2010-10-15 14:29:29 +02:00
Kevin Glynn
791c01efa5 Big, Interim Commit. Main thing here is Translation Template rewrite
This is in a half-broken state, but Translation Template is now more how I want it.

Major things for TranslationTemplate:

- re-org of classes to be better aligned with reality
- Value equality implemented (and days of my life wasted)
- Many collections are lists so that we can add to them as we parse code

Also:

- The start of a unit test suite (yay!)

-
2010-10-11 18:16:01 +02:00
Kevin Glynn
b35194c4bc Include dist/build.properties in solution 2010-09-29 08:39:37 -05:00
Kevin Glynn
3e0bd40d32 User prefs and updates ignores (for signatureextracter and mono\'s *.pidb files) 2010-09-29 11:37:53 +02:00
Kevin Glynn
70b00bb248 Make solution runnable via monoDevelop, target .Net 3.5 rather than 4.0
These changes were made so that we could run cs2j under Mono.  It looks like
this won't break the windows build, but will have to check that later.
2010-09-29 11:29:22 +02:00
Kevin Glynn
153670a282 Do not throw exception when called with zero args 2010-09-29 11:28:49 +02:00
Kevin Glynn
5ad9ea2028 Add a build.properties for the client distributions 2010-09-20 13:02:37 -05:00
Kevin Glynn
62e55b5839 update version number 2010-09-20 13:02:11 -05:00
Kevin Glynn
f9c3c1f17d Add dist target 2010-09-20 13:01:50 -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
b8dffaab5b start calling SignatureExtracter 2010-07-17 15:07:29 -05:00
Kevin Glynn
37ceaf2bef Collect namespace name from rules 2010-07-17 15:06:54 -05:00
Kevin Glynn
d07d2fca94 better debugging routines 2010-07-17 15:06:18 -05:00
Kevin Glynn
416c6fd003 Use common code in AntlrUtils 2010-07-17 15:05:51 -05:00
Kevin Glynn
85bce1eac3 Add CommonWalker base class for common helper methods 2010-07-17 14:03:55 -05:00
Kevin Glynn
d68a8dd4a0 add minimal, but WORKING, tree crawler :) 2010-07-16 12:15:00 -05:00
Kevin Glynn
379450ebf2 simplify setup and print ast nodes 2010-07-15 14:22:42 -05:00
Kevin Glynn
542817993a cosmetic 2010-07-15 14:18:50 -05:00
Kevin Glynn
3eea1c7aaf simplify #define processing 2010-07-15 14:18:17 -05:00
Kevin Glynn
da70cd4b9a move templates into CLR directory (not C# specific) 2010-07-15 14:17:20 -05:00
Kevin Glynn
ae4f47d268 change namespace, don't take #define's directly from comandline 2010-07-15 14:16:34 -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
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
4c9ef39275 Refresh cs2j parser from AntlrCSharp repository 2010-06-27 17:19:15 -05:00
Kevin Glynn
11663b51fd Add antlr-3.3 jar and CSharp 3.2 runtime source
The Antlr.Runtime source is taken from the AntlrCSharp source repository.
A readme.txt there says:

*** WARNING ***
This project uses Tree Pattern Matching, which was added to ANTLR 3.2.  The CSharp 3.1 runtime has no support for
Tree Pattern Matching.  There is no CSharp 3.2 Runtime :)  There will not be a CSharp 3.2 Runtime.

Build Instructions:
- To build this project from the .g grammar files you must use the included antlr-3.3.jar.  The antlr-3.2.jar does
not have string templates (used to generate the parser/lexer) that work with the updated runtime.  Your
parser/lexer will not compile if you do not use the included antlr3.3.jar.
- You must use this solution's custom Antlr3.Runtime (already done for you).  This is a snapshot of the source, with
bug fixes I have made.  The runtime pieces I use seem to work just fine.  YMMV if you use others.  Good luck with that :)
2010-06-27 16:47:02 -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
d4e1d843ed Add gitignore files 2010-05-31 08:24:37 -05:00
Kevin Glynn
7a90354938 Add build instructions 2010-05-31 08:23:55 -05:00
Kevin Glynn
b1f489d7dc Convert to VS2010 2010-05-31 08:22:58 -05:00
Kevin Glynn
de6c0fcada Add Antlr3 rewrite from Rustici Subversion 2010-05-29 10:08:47 -05:00
Kevin Glynn
1442852119 Merge updates from productized branch
- Accept (and discard) generic types in the parser
- Add README.txt
- Don't add static modifier to class
- Add antform launcher to build.xml
2010-05-29 09:52:33 -05:00
Kevin Glynn
416040160e Import CSharpTranslator from Rustici Software subversion repository. This is the trunk branch. 2010-05-29 09:34:44 -05:00