このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jared
/
ZenScript
フォーク元
ZenScript/ZenScript
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ZenScript main repository
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
152
コミット
7
ブランチ
ツリー:
1b08f6187a
development
import_fix
map_fix
master
optional_fix
preproctest
stdlib
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'1b08f6187a' から
${ noResults }
ZenScript
/
CompilerShared
/
src
/
main
/
java
/
org
/
openzen
/
zenscript
/
compiler
履歴
Stan Hebben
a680f453fa
Added main specialized in testing the Java Bytecode implementation.
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年前
SemanticModule.java
Added main specialized in testing the Java Bytecode implementation.
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年前