mahdavipanah / juicylang

Juicy programming language written in Python using PLY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JuicyLang

Juicy is an experimental and educational purposed interpreted programming language written in Python using PLY.

This is my compiler course project in university therefore is a good start for anyone who intends to learn compiler and interpreter design.

Installing

Dependencies

Make sure you have Python on your system and then in order to install Dependencies go to project's directory and enter this command

pip install -r requirements.txt

Usage

$ ./juicylang --help
Usage: juicylang [file-name]
    Runs and interprets the given jul file.
    If no file is given, reads from standard input.
    Example usage:
        $ asmrun examples/myprogram.jul
Options:
    -h, --help  Shows help text.
Author:
    Hamidreza Mahdavipanah <h.mahdavipanah@gmail.com>
Repository:
    http://github.com/mahdavipanah/juicylang
License:
    MIT License

There are some example programs written in Juicy in examples directory.

License

MIT

About

Juicy programming language written in Python using PLY

License:MIT License


Languages

Language:Python 100.0%