Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 864 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 864 Bytes

Xinterp

Xinterp is currently linked to Xinterp-D3, which is an interpreter for assigning dynamic semantics to the D3-level syntax of ATS3/Xanadu

Build Status

  • Build Status Ubuntu

Download

git clone --recursive https://github.com/xanadu-lang/xinterp.git

Prerequisites

ATS2-0.4.0 or a later version is required, which is available here

Build with ATS2

(cd xinterp && sh build.sh)

Testing

cd xinterp
./bin/xinterp -h
make -C srcgen/TEST test > output

Remarks

  • Xinterp is for debugging the implementation ATS3/Xanadu

  • Xinterp is not meant to be a practical interpreter for ATS3

  • This project should be constantly under construction for quite some time