An esoteric programming language, io ho scritto le poesie.
This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2014-11-28 20:02:41 +01:00
examples Moving example to examples/, adding another one. 2014-11-27 22:55:08 +01:00
.gitignore Removing generated resources from gitignore. 2014-11-28 17:19:19 +01:00
main.cpp Plugged parser and lexer into main, updated Makefile. 2014-11-28 19:01:34 +01:00
Makefile Adding -O2 to compiler command line. 2014-11-28 19:44:34 +01:00
Monicelli.lpp Adding location (line and column) to error report. 2014-11-28 20:02:41 +01:00
Monicelli.ypp Adding location (line and column) to error report. 2014-11-28 20:02:41 +01:00
Nodes.cpp Getting rid of last C leftovers. 2014-11-28 00:01:24 +01:00
Nodes.hpp Using Pointer type instead of std::unique_ptr 2014-11-28 19:40:47 +01:00
Scanner.hpp Adding location (line and column) to error report. 2014-11-28 20:02:41 +01:00
Specification.txt Minor fixes. 2014-11-23 22:19:10 +01:00