This is an automated email from the ASF dual-hosted git repository.
aharui pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.
from 894460f Fixed indent
new 55bc913 allow/ignore some errors because the transpiler will generate
some other code
new c9f54f9 allow substitutions in method visibility
new f60899d handle simple XML expressions. Sometimes we don't get an
XMLLiteralNode, just a plain LiteralNode.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../royale/compiler/projects/ICompilerProject.java | 10 ++
.../internal/codegen/js/jx/LiteralEmitter.java | 124 +++++++++++----------
.../royale/compiler/internal/parsing/as/ASParser.g | 26 +++++
.../internal/parsing/as/ConfigProcessor.java | 10 ++
.../internal/projects/CompilerProject.java | 4 +
.../compiler/internal/projects/RoyaleProject.java | 18 +++
.../semantics/MethodBodySemanticChecker.java | 2 +
7 files changed, 138 insertions(+), 56 deletions(-)