This website requires JavaScript.
Open Eggbert
Project
Explore
Help
Sign In
backup
/
cs2j
Watch
1
Star
0
Fork
0
You've already forked cs2j
mirror of
https://github.com/twiglet/cs2j.git
synced
2025-01-18 13:15:17 +01:00
Code
Issues
Projects
Releases
Activity
cs2j
/
CSharpTranslator
/
antlr3
/
src
/
CS2JTranslator
/
CS2JTransform
History
Kevin Glynn
158e22b44f
add mkNonGeneric scope so that we can remove generic arguments from a type if we want to (these aren't carried at runtime, so instanceof has to just check against the base type)
2011-04-06 10:56:18 +02:00
..
CommonWalker.cs
do not generate dummy enums if the size would be greater than 500
2011-03-13 13:01:57 +01:00
JavaMaker.g
yield was causing an ambiguity. Make translation more solid
2011-03-22 16:57:40 +01:00
JavaPrettyPrint.g
add mkNonGeneric scope so that we can remove generic arguments from a type if we want to (these aren't carried at runtime, so instanceof has to just check against the base type)
2011-04-06 10:56:18 +02:00
NetMaker.g
add mkNonGeneric scope so that we can remove generic arguments from a type if we want to (these aren't carried at runtime, so instanceof has to just check against the base type)
2011-04-06 10:56:18 +02:00
TemplateExtracter.g
Allow method calls on "new [] {...}" expressions
2011-03-17 13:57:27 +01:00