Skip to content

artcompiler/L3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

L3 produces AS3 ASTs from AS3 source code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published