Readme.md typo fix

This commit is contained in:
skeru 2014-11-29 01:31:46 +01:00
parent d32c6a4ede
commit df683728c7

View File

@ -2,7 +2,7 @@ Monicelli
========= =========
Monicelli is an esoterical programming language based on the so-called Monicelli is an esoterical programming language based on the so-called
"supercazzole" from the movie Amici Miei, a masterpiece of the Italian "supercazzola" from the movie Amici Miei, a masterpiece of the Italian
comedy. comedy.
There is no way to translate a "supercazzola" to English, so if you don't speak There is no way to translate a "supercazzola" to English, so if you don't speak
@ -12,7 +12,7 @@ Compilation
=========== ===========
You will need `bison` version > 3.0, `flex` 2.5 or above and any C++11 compiler. You will need `bison` version > 3.0, `flex` 2.5 or above and any C++11 compiler.
A makefile is provided and will compiler the `mcc` executable. Compiling the A makefile is provided and will compile the `mcc` executable. Compiling the
executable is a matter of: executable is a matter of:
make make
@ -26,7 +26,7 @@ Usage
subset of C++. For those of you who want to get to the code ASAP, the `examples/` subset of C++. For those of you who want to get to the code ASAP, the `examples/`
folder contains a set of programs covering most of the features of the language. folder contains a set of programs covering most of the features of the language.
A good wat to learn on the field is comparing the resulting C++ with the A good wat to learn on the field is comparing the resulting C++ with the
input. Well, mostly with the beautified version of the input, `*.beauty.mc`. input. Well, mostly with the beautified version of the input, `*.beauty.mc`.
The compiler reads from standard input and print result to standard output. The compiler reads from standard input and print result to standard output.
@ -105,7 +105,7 @@ as you might have noticed, those are simply the translation in Italian of
antani con scappellamento a sinistra per 2 antani con scappellamento a sinistra per 2
maps to `antani >> 2`. maps to `antani << 2`.
It goes without saying, other expression can be used instead of numbers. It goes without saying, other expression can be used instead of numbers.
Also, The usual precedence rules apply. Also, The usual precedence rules apply.
@ -319,5 +319,5 @@ a long "supercazzola". Also, ordinary comments can and should be used in an
improper way to fill the sentence, meta comments provide a mechanism for improper way to fill the sentence, meta comments provide a mechanism for
distiguishing "real" comments. distiguishing "real" comments.
In addition to that, meta comments are printed to `stderr` during compilation. In addition to that, meta comments are printed to `stderr` during compilation.