Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
jared
/
ZenScript
sklonowany z
ZenScript/ZenScript
Obserwuj
1
Gwiazdka
0
Forkuj
0
Kod
Problemy
0
Pull Requests
0
Wydania
0
Wiki
Aktywność
ZenScript main repository
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119
Commity
7
Gałęzie
Drzewo:
1e0ec99cb5
development
import_fix
map_fix
master
optional_fix
preproctest
stdlib
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z '1e0ec99cb5'
${ noResults }
ZenScript
/
JavaSourceCompiler
/
src
/
main
/
java
/
org
/
openzen
/
zenscript
/
javasource
Historia
Stan Hebben
d07b0285ae
- Fixed error handling function types
- Continued work on the IDE
8 lat temu
..
prepare
- Fixed error handling function types
8 lat temu
scope
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
tags
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
BaseMemberCompiler.java
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
ExpressionHoistingChecker.java
- Fixed a bunch of bugs in java source compilation - Added panic expressions - Fixed super constructor calls - Continued work on variants & match expressions - Fixed NPE in PartialTypeExpression - Fixed duplicate compilation
8 lat temu
FormattingUtils.java
- Refactored some formatting things to be reusable for source code translation targets - Removed generic compare - Rewrote the way builtins are handled and implemented nearly all operations for all supported basic / builtin types - Added java source code compilation - Added throw expression, allowing a throw to be formulated as expression (handy inside matches)
8 lat temu
JavaCallCompiler.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 lat temu
JavaDefinitionVisitor.java
- Fixed error handling function types - Continued work on the IDE
8 lat temu
JavaExpansionMemberCompiler.java
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
JavaMemberCompiler.java
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
JavaOperator.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 lat temu
JavaSourceBuiltin.java
- Refactored some formatting things to be reusable for source code translation targets - Removed generic compare - Rewrote the way builtins are handled and implemented nearly all operations for all supported basic / builtin types - Added java source code compilation - Added throw expression, allowing a throw to be formulated as expression (handy inside matches)
8 lat temu
JavaSourceBuiltinBinary.java
- Refactored some formatting things to be reusable for source code translation targets - Removed generic compare - Rewrote the way builtins are handled and implemented nearly all operations for all supported basic / builtin types - Added java source code compilation - Added throw expression, allowing a throw to be formulated as expression (handy inside matches)
8 lat temu
JavaSourceBuiltinUnary.java
- Refactored some formatting things to be reusable for source code translation targets - Removed generic compare - Rewrote the way builtins are handled and implemented nearly all operations for all supported basic / builtin types - Added java source code compilation - Added throw expression, allowing a throw to be formulated as expression (handy inside matches)
8 lat temu
JavaSourceCommentFormatter.java
- Refactored some formatting things to be reusable for source code translation targets - Removed generic compare - Rewrote the way builtins are handled and implemented nearly all operations for all supported basic / builtin types - Added java source code compilation - Added throw expression, allowing a throw to be formulated as expression (handy inside matches)
8 lat temu
JavaSourceCompiler.java
- Moved package zenscript.shared to zencode.shared - Compiled shared from ZenCode
8 lat temu
JavaSourceExpressionFormatter.java
- Moved package zenscript.shared to zencode.shared - Compiled shared from ZenCode
8 lat temu
JavaSourceFile.java
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
JavaSourceFormattingSettings.java
- Refactored some formatting things to be reusable for source code translation targets - Removed generic compare - Rewrote the way builtins are handled and implemented nearly all operations for all supported basic / builtin types - Added java source code compilation - Added throw expression, allowing a throw to be formulated as expression (handy inside matches)
8 lat temu
JavaSourceImporter.java
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
JavaSourceObjectTypeVisitor.java
- Refactored some formatting things to be reusable for source code translation targets - Removed generic compare - Rewrote the way builtins are handled and implemented nearly all operations for all supported basic / builtin types - Added java source code compilation - Added throw expression, allowing a throw to be formulated as expression (handy inside matches)
8 lat temu
JavaSourceStatementCompiler.java
- Refactored some formatting things to be reusable for source code translation targets - Removed generic compare - Rewrote the way builtins are handled and implemented nearly all operations for all supported basic / builtin types - Added java source code compilation - Added throw expression, allowing a throw to be formulated as expression (handy inside matches)
8 lat temu
JavaSourceStatementFormatter.java
- Moved package zenscript.shared to zencode.shared - Compiled shared from ZenCode
8 lat temu
JavaSourceSyntheticHelperGenerator.java
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
JavaSourceSyntheticTypeGenerator.java
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
JavaSourceTarget.java
- Refactored some formatting things to be reusable for source code translation targets - Removed generic compare - Rewrote the way builtins are handled and implemented nearly all operations for all supported basic / builtin types - Added java source code compilation - Added throw expression, allowing a throw to be formulated as expression (handy inside matches)
8 lat temu
JavaSourceTargetType.java
- Improving compilation system to have compilation targets - Added run & build functionality to the IDE - Fixed an error in match expressions - WIP on compiling to Java source files
8 lat temu
JavaSourceTypeNameVisitor.java
- Refactored some formatting things to be reusable for source code translation targets - Removed generic compare - Rewrote the way builtins are handled and implemented nearly all operations for all supported basic / builtin types - Added java source code compilation - Added throw expression, allowing a throw to be formulated as expression (handy inside matches)
8 lat temu
JavaSourceTypeVisitor.java
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
JavaSourceUtils.java
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
JavaSwitchValueCompiler.java
- Moved package zenscript.shared to zencode.shared - Compiled shared from ZenCode
8 lat temu
JavaSynthesizedClass.java
Fixed a large number of java source compilation bugs. (ZenCode.shared module now compiles, and so does StdLib.stdlib)
8 lat temu
ParentStatementType.java
- Refactored some formatting things to be reusable for source code translation targets - Removed generic compare - Rewrote the way builtins are handled and implemented nearly all operations for all supported basic / builtin types - Added java source code compilation - Added throw expression, allowing a throw to be formulated as expression (handy inside matches)
8 lat temu