This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-compiler.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new b645095  Updated Home (markdown)
b645095 is described below

commit b6450953ac276e517348f3286fd02a58a760979d
Author: aharui <[email protected]>
AuthorDate: Tue May 29 23:51:18 2018 -0700

    Updated Home (markdown)
---
 Home.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Home.md b/Home.md
index 99eb971..c970d2a 100644
--- a/Home.md
+++ b/Home.md
@@ -1,3 +1,9 @@
 Welcome to the royale-compiler wiki!
 
-We will be filling out this wiki with information on how to contribute to the 
project.  User documentation will be made available soon as well at a different 
URL.
\ No newline at end of file
+This repo contains the code for the compiler and command-line debugger for 
[Apache Royale](http://royale.apache.org).  The compiler takes MXML and 
ActionScript (and CSS) as inputs.  The main output of the compiler is 
JavaScript (some call it a transpiler or cross-compiler).  The compiler can 
also output SWFs for the Adobe Flash runtimes.  There is some initial work on 
Web Assembly output.  The compiler has been designed to make it relatively 
straightforward to add additional output formats.
+
+The code is based on the ActionScript Compiler 2.0 donated to Apache by Adobe. 
 The SWF output was pretty much working at the time of donation.  The 
JavaScript output code is a new implementation by Apache committers and is 
still beta-quality, although at least one application transpiled by the Royale 
Compiler is now in production.
+
+To learn how to use the compiler, see [Compiler User Guide](User Guide)
+
+To learn how to write code for the compiler, start with [Eclipse 
Setup](Eclipse Setup)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to