このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jared
/
ZenScript
フォーク元
ZenScript/ZenScript
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ZenScript main repository
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
347
コミット
7
ブランチ
ツリー:
1f4b126e18
development
import_fix
map_fix
master
optional_fix
preproctest
stdlib
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'1f4b126e18' から
${ noResults }
ZenScript
/
JavaSourceCompiler
/
src
/
main
/
java
/
org
/
openzen
/
zenscript
/
javasource
履歴
Stan Hebben
3f29d8bf0c
- Refactored usage of live objects in the IDE
- Save collapse state of the project browser tree
6年前
..
scope
Revamped the compilation system; it now works fully modular. Also, a new ScriptingEngine class has been created to make it very easy to create a scripting environment.
6年前
BaseMemberCompiler.java
- Refactored usage of live objects in the IDE - Save collapse state of the project browser tree
6年前
ExpressionHoistingChecker.java
WIP on storage tags
6年前
FormattingUtils.java
- Refactored usage of live objects in the IDE - Save collapse state of the project browser tree
6年前
JavaCallCompiler.java
- Added reference system and changed the way member instancing works.
6年前
JavaDefinitionVisitor.java
Simplified dependencies and the build tree with some minor refactoring.
6年前
JavaDirectoryOutput.java
Revamped the compilation system; it now works fully modular. Also, a new ScriptingEngine class has been created to make it very easy to create a scripting environment.
6年前
JavaExpansionMemberCompiler.java
- Added support for zipped packages - Simplified compilation process somewhat; removed CompilationUnit class and work more module-oriented instead
6年前
JavaMemberCompiler.java
- Refactored usage of live objects in the IDE - Save collapse state of the project browser tree
6年前
JavaOperator.java
- Added type aliasing
6年前
JavaSourceBuiltin.java
- Refactored some formatting things to be reusable for source code translation targets
6年前
JavaSourceBuiltinBinary.java
- Refactored some formatting things to be reusable for source code translation targets
6年前
JavaSourceBuiltinUnary.java
- Refactored some formatting things to be reusable for source code translation targets
6年前
JavaSourceCommentFormatter.java
- Refactored some formatting things to be reusable for source code translation targets
6年前
JavaSourceCompiler.java
Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock.
6年前
JavaSourceContext.java
Revamped the compilation system; it now works fully modular. Also, a new ScriptingEngine class has been created to make it very easy to create a scripting environment.
6年前
JavaSourceExpressionFormatter.java
- Refactored usage of live objects in the IDE - Save collapse state of the project browser tree
6年前
JavaSourceFile.java
Simplified dependencies and the build tree with some minor refactoring.
6年前
JavaSourceFormattingSettings.java
- Refactored some formatting things to be reusable for source code translation targets
6年前
JavaSourceImporter.java
Moved Java compile-time tags to non-global state
6年前
JavaSourceLambdaStatementCompiler.java
- Added type aliasing
6年前
JavaSourceLambdaStatementFormatter.java
- Added type aliasing
6年前
JavaSourceModule.java
Added script parameter system. Also refactored SourceFile info, it's no longer a tag but available as field in ScriptBlock.
6年前
JavaSourceObjectTypeVisitor.java
WIP on storage tags
6年前
JavaSourceStatementCompiler.java
- Refactored some formatting things to be reusable for source code translation targets
6年前
JavaSourceStatementFormatter.java
Moved Java compile-time tags to non-global state
6年前
JavaSourceSyntheticHelperGenerator.java
Revamped the compilation system; it now works fully modular. Also, a new ScriptingEngine class has been created to make it very easy to create a scripting environment.
6年前
JavaSourceSyntheticTypeGenerator.java
Revamped the compilation system; it now works fully modular. Also, a new ScriptingEngine class has been created to make it very easy to create a scripting environment.
6年前
JavaSourceTypeVisitor.java
Removed TypeArgument and simplified type system a little
6年前
JavaSourceUtils.java
- All definitions are now also module-aware (will be use for binary module serialization & access checks) - Fixing function expressions not being properly linked to their functional interface
6年前
JavaSwitchValueCompiler.java
- Moved package zenscript.shared to zencode.shared
6年前
ParentStatementType.java
- Refactored some formatting things to be reusable for source code translation targets
6年前