ZenScript main repository
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Stan Hebben ec46d47c02 - Improve work on the serializer and fixed some code issues that came up with them. 7年前
..
CompilationUnit.java - Refactored some formatting things to be reusable for source code translation targets 7年前
CompileScope.java - Fixed various issues with generics and made instancing strict (all generic types MUST be defined in the mapper or an exception is thrown) - Member registration mapping is now all-or-nothing: either no mapping is performed (for local scopes) or ALL mentioned type parameters must have an entry in the type parameter map. - Static inner type IDs (including inner interfaces and inner aliases) no longer record their outer type; this caused problems when comparing types 7年前
CompilerOutput.java - Moved package zenscript.shared to zencode.shared 7年前
ModuleReference.java - Added visitors with context - WIP on the module serializer 7年前
ModuleRegistry.java - Added visitors with context - WIP on the module serializer 7年前
ModuleSpace.java - Added visitors with context - WIP on the module serializer 7年前
SemanticModule.java - Improve work on the serializer and fixed some code issues that came up with them. - Start work on the deserializer 7年前
Target.java - Improving compilation system to have compilation targets 7年前
TargetType.java - Improving compilation system to have compilation targets 7年前
ZenCodeCompiler.java - Refactored some formatting things to be reusable for source code translation targets 7年前