Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
jared
/
ZenScript
geforkt von
ZenScript/ZenScript
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
ZenScript main repository
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
91
Commits
7
Branches
Struktur:
17cb528827
development
import_fix
map_fix
master
optional_fix
preproctest
stdlib
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „17cb528827“
${ noResults }
ZenScript
/
JavaSourceCompiler
/
src
/
main
/
java
/
org
/
openzen
/
zenscript
/
javasource
Verlauf
Stan Hebben
df845f323a
- Added reference system and changed the way member instancing works.
- Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
..
prepare
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
scope
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
tags
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
ExpressionHoistingChecker.java
- Added annotation support - Removed some redundant types - Moved scopes to CodeModel and removed Linker - Added const members and expression support for them - Added statement transformation (can be used by annotations)
vor 8 Jahren
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)
vor 8 Jahren
JavaCallCompiler.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
JavaDefinitionVisitor.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)
vor 8 Jahren
JavaExpansionMemberCompiler.java
- Added annotation support - Removed some redundant types - Moved scopes to CodeModel and removed Linker - Added const members and expression support for them - Added statement transformation (can be used by annotations)
vor 8 Jahren
JavaMemberCompiler.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
JavaOperator.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
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)
vor 8 Jahren
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)
vor 8 Jahren
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)
vor 8 Jahren
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)
vor 8 Jahren
JavaSourceCompiler.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
JavaSourceExpressionFormatter.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
JavaSourceFile.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
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)
vor 8 Jahren
JavaSourceImporter.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)
vor 8 Jahren
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)
vor 8 Jahren
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)
vor 8 Jahren
JavaSourceStatementFormatter.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
JavaSourceSyntheticHelperGenerator.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
JavaSourceSyntheticTypeGenerator.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
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)
vor 8 Jahren
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
vor 8 Jahren
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)
vor 8 Jahren
JavaSourceTypeVisitor.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
JavaSourceUtils.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)
vor 8 Jahren
JavaSwitchValueCompiler.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
vor 7 Jahren
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)
vor 8 Jahren