Stefano Sanfilippo
|
ffb2c6f975
|
Make in() static since it's not supposed to be used outside the lexer.
|
2014-12-01 09:55:06 +01:00 |
|
Stefano Sanfilippo
|
10034f38df
|
Accept "supercazzora" as alternate spelling of "supercazzola".
As mentioned in #2
|
2014-12-01 00:29:49 +01:00 |
|
Alessandro Gatti
|
e9be8b4419
|
Don't assume Italian accented characters are available.
|
2014-11-30 23:45:07 +01:00 |
|
Stefano Sanfilippo
|
2bc017d0bb
|
Allow floating point literals with exponent and without decimal part.
|
2014-11-30 13:19:19 +01:00 |
|
Stefano Sanfilippo
|
ad80fc5130
|
Support for floating point literals.
|
2014-11-29 22:37:57 +01:00 |
|
Stefano Sanfilippo
|
8c813602d4
|
Stop compilation when an unexpected character is encountered.
|
2014-11-29 22:31:25 +01:00 |
|
Stefano Sanfilippo
|
335802c667
|
Fix license header.
|
2014-11-29 21:38:52 +01:00 |
|
Stefano Sanfilippo
|
75b5d6c40b
|
Accept "prematura" as alternate spelling of "brematura".
Solves #2.
|
2014-11-29 18:30:04 +01:00 |
|
Stefano Sanfilippo
|
0a932b3c3b
|
Add "delle" to the list of articles.
|
2014-11-29 18:26:25 +01:00 |
|
Stefano Sanfilippo
|
971079b89d
|
Adding GPLv3 license.
|
2014-11-29 00:47:50 +01:00 |
|
Stefano Sanfilippo
|
effa74c2ff
|
Adding location (line and column) to error report.
|
2014-11-28 20:02:41 +01:00 |
|
Stefano Sanfilippo
|
72b6c0253a
|
Minor style cleanups.
|
2014-11-28 19:07:34 +01:00 |
|
Stefano Sanfilippo
|
5703593c9d
|
Generating a C++ reentrant lexer.
|
2014-11-28 19:01:15 +01:00 |
|
Stefano Sanfilippo
|
97ec6b26f2
|
Moving .y and .l to .ypp and .lpp
|
2014-11-28 17:19:09 +01:00 |
|