このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
kindlich
/
ZenScript
フォーク元
ZenScript/ZenScript
ウォッチ
1
スター
1
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ZenScript main repository
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
173
コミット
7
ブランチ
ツリー:
ae7baf9582
1.14
WIP/functionalInterfaces
development
feature/remove-storedtypes
genericParams
master
stdlib
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'ae7baf9582' から
${ noResults }
ZenScript
/
CompilerShared
/
src
/
main
/
java
/
org
/
openzen
/
zenscript
/
compiler
履歴
Stan Hebben
ec46d47c02
- Improve work on the serializer and fixed some code issues that came up with them.
- Start work on the deserializer
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年前