Adrien Guatto
|
412fd1f81b
|
New operator: modulo (written (%))!
|
2010-10-02 13:01:35 +02:00 |
|
Adrien Guatto
|
e3a03806e4
|
Added missing boolean operator: XOR.
|
2010-08-02 16:14:35 +02:00 |
|
Cédric Pasteur
|
221eea1644
|
Added polymorphic (=) and (<>) operators
These two operators really need to be polymorphic,
so they cannot be in Pervasives. a <> b is translated
to not (a = b>) at parsing.
|
2010-07-27 17:16:49 +02:00 |
|
Cédric Pasteur
|
58d601fc96
|
Added float versions of operators
|
2010-07-27 15:32:51 +02:00 |
|
Léonard Gérard
|
12251f960e
|
Add lib/pervasives.epi, tests, tools
|
2010-06-21 12:11:06 +02:00 |
|