jiixyj/aplc
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
aplc ==== aplc is a LLVM based compiler for a simple APL dialect. Installation ------------ In the root folder, type: $ autoreconf -is $ mkdir build $ cd build $ ../configure $ make # make install Usage ----- Pipe source code into aplc and view the syntax tree.