jiixyj / aplc

A LLVM based compiler for a simple APL like language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A LLVM based compiler for a simple APL like language

License:MIT License


Languages

Language:C++ 99.6%Language:C 0.4%