Robin Jadoul
|
541f3c0c19
|
Fix generation of the calc lexer
|
2017-01-28 14:54:20 +01:00 |
Robin Jadoul
|
1e829b5c1d
|
calc example
|
2017-01-28 14:29:08 +01:00 |
Thomas Avé
|
8eda2146d9
|
Fix issue with path striping
|
2017-01-28 13:52:27 +01:00 |
kwullaer
|
4f55e9e9bc
|
Insert use of <error>
|
2017-01-28 13:36:07 +01:00 |
Thomas Avé
|
a0ab7722b6
|
Use the Lexesis-file in the same directory as Parsodus-file
|
2017-01-28 13:16:24 +01:00 |
Robin Jadoul
|
ecc187c51b
|
Add comments to the input file
|
2017-01-28 11:56:27 +01:00 |
Robin Jadoul
|
ce88f93ca3
|
Add cmake examples target
|
2017-01-28 11:09:13 +01:00 |
Thomas Avé
|
2974525b10
|
More (English) grammar updates
|
2017-01-27 22:08:18 +01:00 |
Thomas Avé
|
4ea2b40922
|
Some (English) grammatical changes
|
2017-01-27 21:54:43 +01:00 |
kwullaer
|
a103cb1c9c
|
Remove namespace, usage of g3log
|
2017-01-27 21:34:00 +01:00 |
kwullaer
|
0952ae950b
|
Added warnings for unused terminals
|
2017-01-27 21:16:33 +01:00 |
kwullaer
|
75fcdeac4c
|
Changed inputparser: added terminal/variable check and insertion lexesis terminals
|
2017-01-27 20:49:29 +01:00 |
Robin Jadoul
|
7609d07cb9
|
Remove compiler warning about ParsodusLexer::ignore
|
2017-01-27 17:18:55 +01:00 |
Robin Jadoul
|
c8d826c857
|
Prevent g3log recompilation
|
2017-01-27 17:18:03 +01:00 |
Robin Jadoul
|
bd45f47c47
|
Change precedence level meaning + update TODO
|
2017-01-27 16:18:58 +01:00 |
Robin Jadoul
|
4b14e6ac37
|
Fixed the generated parser
|
2017-01-27 16:11:50 +01:00 |
kwullaer
|
d2b106e6e5
|
parsodusparser.pds added
|
2017-01-27 16:11:50 +01:00 |
kwullaer
|
818386de56
|
inputparser test/changes
|
2017-01-27 16:11:50 +01:00 |
Robin Jadoul
|
f071cb2dec
|
Add the debug flag to the man pages
|
2017-01-27 11:55:45 +01:00 |
Thomas Avé
|
10798dea7a
|
Debug output from the table generator
|
2017-01-26 21:02:30 +01:00 |
Thomas Avé
|
dd895152f7
|
Debug flag added
|
2017-01-26 21:01:19 +01:00 |
Thomas Avé
|
4eb9451235
|
G3log from CMake
|
2017-01-26 20:59:17 +01:00 |
Thomas Avé
|
14c04d94e6
|
Constructor updates for Rule and Grammar
|
2017-01-26 16:21:36 +01:00 |
Thomas Avé
|
9a974d5672
|
CMake changes, related to Lexesis
|
2017-01-26 16:21:36 +01:00 |
Thomas Avé
|
7ec7b78abf
|
Tests with the examples
|
2017-01-26 16:21:36 +01:00 |
Thomas Avé
|
c7645d6583
|
Readme update
|
2017-01-26 16:21:36 +01:00 |
Robin Jadoul
|
cf689e64b1
|
Missed a move
|
2017-01-26 12:53:55 +01:00 |
Robin Jadoul
|
3f524078c2
|
Moves in the generated parser
|
2017-01-26 12:52:09 +01:00 |
Thomas Avé
|
53f5093019
|
Fix input parser
|
2017-01-25 13:59:33 +01:00 |
kwullaer
|
03e9e41e9e
|
input parser changes
|
2017-01-25 13:31:20 +01:00 |
kwullaer
|
572067071e
|
Comment out precedence
|
2017-01-25 11:21:42 +01:00 |
kwullaer
|
d609b69eb4
|
Removed left and rightmost character from variables/terminals
|
2017-01-25 10:52:19 +01:00 |
Thomas Avé
|
0983467774
|
Updated TODO
|
2017-01-22 16:05:00 +01:00 |
Robin Jadoul
|
0db5f3bc9a
|
One more change for the fix on error reporting
|
2017-01-22 15:38:30 +01:00 |
Robin Jadoul
|
fb4e394b36
|
Precedence fix
|
2017-01-22 15:37:47 +01:00 |
Robin Jadoul
|
c9da57dec2
|
Cleaner collection of expected terminals
|
2017-01-22 12:59:35 +01:00 |
Robin Jadoul
|
98c83e435b
|
Fix some issues introduced by error reporting
|
2017-01-22 12:50:34 +01:00 |
Thomas Avé
|
afb492b3b0
|
Fixed a part of the problems with the bool specialization in the generated parser
|
2017-01-21 23:03:49 +01:00 |
Robin Jadoul
|
f81e53bc70
|
Bool specialisation for generated parser
|
2017-01-21 18:08:45 +01:00 |
Robin Jadoul
|
da924145ac
|
CMakeLists.txt for the json example
|
2017-01-21 11:05:38 +01:00 |
Robin Jadoul
|
3a646f03e3
|
Improved handling in main when no parser name given
|
2017-01-21 11:05:38 +01:00 |
Thomas Avé
|
da4f74e2c3
|
Added new constructor for Rule + updated copy constructor Grammar
|
2017-01-20 23:33:10 +01:00 |
Robin Jadoul
|
982d385ea3
|
LR support for explicit rule precedences
|
2017-01-20 20:05:41 +01:00 |
Robin Jadoul
|
8358813204
|
Better grammar building in tests/lr1_only.cpp
|
2017-01-20 13:47:19 +01:00 |
Robin Jadoul
|
48db984b69
|
Modify TODO
|
2017-01-20 13:47:04 +01:00 |
Thomas Avé
|
adb8d3db97
|
Named rules
|
2017-01-20 13:45:35 +01:00 |
Thomas Avé
|
6426beec15
|
Small json example fix
|
2017-01-20 13:35:53 +01:00 |
Thomas Avé
|
f883378141
|
Move to libtempl
|
2017-01-20 13:28:09 +01:00 |
Thomas Avé
|
a2e147c82e
|
Updated TODO :-)
|
2017-01-19 17:41:29 +01:00 |
Thomas Avé
|
cd39f64659
|
Parser selection without enum
|
2017-01-19 17:37:35 +01:00 |