Readme.md typo fix
This commit is contained in:
parent
d32c6a4ede
commit
df683728c7
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
|
Reference in New Issue
Block a user