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
Stefano Sanfilippo 40845c011b Cleanups.
1. move emit() to separate file.
2. move main to .cpp
3. use "namespace" for parser and lexer.
4. remove Type.h
2014-11-27 19:59:48 +01:00
.gitignore Initial commit. Grammar has some conflicts, no rules. 2014-11-23 19:04:25 +01:00
emit.c Cleanups. 2014-11-27 19:59:48 +01:00
example.beauty.mc Removing unnecessary commas from examples. 2014-11-25 00:57:18 +01:00
example.mc Removing unnecessary commas from examples. 2014-11-25 00:57:18 +01:00
main.cpp Cleanups. 2014-11-27 19:59:48 +01:00
Makefile Disable debug mode by default in Makefile. 2014-11-23 23:30:53 +01:00
Monicelli.ll Cleanups. 2014-11-27 19:59:48 +01:00
Monicelli.y Cleanups. 2014-11-27 19:59:48 +01:00
Specification.txt Minor fixes. 2014-11-23 22:19:10 +01:00