A Functional Language Compiler for Multi Core Architecture
- Download the zip from github.
- Unzip it into any directory.
- Go to YAIL-[master]/lib folder
- execute make command. This will create bnK-lang executable in the lib directory.
- Then go to samples folder which contains some simple programs.
- Then execute the following command: ../lib/bnK-lang < file.yail[present in the samples directory.