Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
jared
/
ZenScript
форкнуто от
ZenScript/ZenScript
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
ZenScript main repository
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
91
коммит
7
веток
Дерево:
17cb528827
development
import_fix
map_fix
master
optional_fix
preproctest
stdlib
веток
Теги
${ item.name }
Создать ветку
${ searchTerm }
из '17cb528827'
${ noResults }
ZenScript
/
JavaSourceCompiler
/
src
/
main
/
java
/
org
/
openzen
/
zenscript
/
javasource
История
Stan Hebben
df845f323a
- Added reference system and changed the way member instancing works.
- Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
..
prepare
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
scope
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
tags
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
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)
8 лет назад
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 лет назад
JavaCallCompiler.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
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)
8 лет назад
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)
8 лет назад
JavaMemberCompiler.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
JavaOperator.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
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 лет назад
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 лет назад
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 лет назад
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 лет назад
JavaSourceCompiler.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
JavaSourceExpressionFormatter.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
JavaSourceFile.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
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 лет назад
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)
8 лет назад
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 лет назад
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 лет назад
JavaSourceStatementFormatter.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
JavaSourceSyntheticHelperGenerator.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
JavaSourceSyntheticTypeGenerator.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
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 лет назад
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 лет назад
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 лет назад
JavaSourceTypeVisitor.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
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)
8 лет назад
JavaSwitchValueCompiler.java
- Added reference system and changed the way member instancing works. - Continued java source compilation implementation - Moved stdlib to a separate repository
8 лет назад
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 лет назад