artcompiler/L3
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
OVERVIEW
L3 is a language with ActionScript 3 syntax and AS3 AST tree building semantics.
It produces AS3 ASTs from AS3 source code.
L3 is written in L0.
BUILDING
To build:
cd build
./make.sh
This produces the file:
../bin/l3c.swf
USING
To run:
./comp.sh test.as
This produces the file:
test.as.ast
STATUS
Work in progress.