Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 311 Bytes

README.rdoc

File metadata and controls

15 lines (9 loc) · 311 Bytes

LOL

LOL is a simple LOLCODE interpreter written in Ruby, using Racc and StringScanner.

Usage

To execute program hello.lol type:

lol hello.lol

To show the abstract syntax tree of program type:

lol -t hello.lol

License

Copyright © 2009 Jakub Kuźma, Szymon Kunc, released under the MIT license