Skip to content

artcompiler/L1-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OVERVIEW

L1 is a language with JavaScript syntax and visualization semantics. It compiles
JavaScript code to a collection of graphics files (PNG and SVG) that render the
static semantics of the input.



BUILDING

To build:

   cd build
   ./make.sh

This produces the file:

   ../bin/l1c.swf


USING

To run:

   ./comp.sh some.source.js

This produces the file:

    some.source.js.karyotype
    some.source.js.l4
    some.source.js-breaks.links

(and possibly supplementary files.)

Releases

No releases published

Packages

No packages published