yhirose
|
5b88443270
|
Major change in the way to handle token boundary.
|
2016-01-23 22:07:25 -05:00 |
|
yhirose
|
9ce4597ef6
|
Merge branch 'master' of https://github.com/yhirose/cpp-peglib
|
2015-12-31 19:44:02 -05:00 |
|
yhirose
|
91fe3b755c
|
Code cleanup.
|
2015-12-31 19:42:14 -05:00 |
|
yhirose
|
50ea1858c1
|
Added unit test for missing rules.
|
2015-12-31 19:41:37 -05:00 |
|
yhirose
|
b7d114a82a
|
Merge pull request #18 from g40/VS2013
VS2013 requires return type for auto
|
2015-12-08 13:01:44 -05:00 |
|
Jerry Evans
|
be0ad37263
|
VS2013 requires return type for auto
|
2015-12-08 16:46:31 +00:00 |
|
yhirose
|
fe9141fd0f
|
Removed noexcept.
|
2015-12-07 17:33:10 -05:00 |
|
yhirose
|
21f555639e
|
Code cleanup.
|
2015-12-06 23:01:27 -05:00 |
|
yhirose
|
568bf15ed3
|
Fixed problems with the %whitespace rule.
|
2015-12-03 18:59:12 -05:00 |
|
yhirose
|
a9cea16325
|
Renamed 'before/after' to 'enter/exit'.
|
2015-12-02 22:52:18 -05:00 |
|
yhirose
|
bbd7699c81
|
Merge pull request #13 from g40/master
Fix a couple of typos in readme
|
2015-12-02 12:25:26 -05:00 |
|
Jerry Evans
|
a34822aed6
|
Fix a couple of typos in readme
|
2015-12-02 16:58:45 +00:00 |
|
yhirose
|
69ede706f0
|
Fixed build errors. Switched to CMake build system completely.
|
2015-11-30 17:26:06 -05:00 |
|
yhirose
|
30da6961d4
|
Updated usage for peglint.
|
2015-11-29 23:19:09 -05:00 |
|
yhirose
|
8ce03face0
|
Added README for PEG lint.
|
2015-11-29 23:16:51 -05:00 |
|
yhirose
|
f33e76249a
|
Added trace feature.
|
2015-11-29 23:07:02 -05:00 |
|
yhirose
|
1ac16f3184
|
Fixed incorrect semantic values with NotPredicate.
|
2015-11-29 13:07:06 -05:00 |
|
yhirose
|
80d1488b42
|
Fixed ast dump format problem.
|
2015-11-29 11:06:28 -05:00 |
|
yhirose
|
59c7ab94ac
|
Fixed the build error with peglint.
|
2015-11-29 10:26:27 -05:00 |
|
yhirose
|
795c84e007
|
Merge pull request #10 from g40/master
Add VS2013 to readme
|
2015-11-28 09:23:19 -05:00 |
|
Jerry Evans
|
543c124311
|
Merge pull request #2 from g40/g40-patch-1
Update readme
|
2015-11-28 13:04:42 +00:00 |
|
Jerry Evans
|
eb8d497200
|
Update readme
Vs2013 PS5 works as expected
|
2015-11-28 13:03:54 +00:00 |
|
Jerry Evans
|
c90688caf6
|
Update README.md
VS2013 works just fine
|
2015-11-28 12:59:52 +00:00 |
|
Yuji Hirose
|
8fd93d855f
|
Moved 'online lint' functionality to peglint.
|
2015-11-27 15:53:32 -05:00 |
|
Yuji Hirose
|
3f5d54f811
|
Removed print_ast, and added ast_to_s.
|
2015-11-27 15:32:17 -05:00 |
|
Yuji Hirose
|
444398d1bb
|
Added server mode.
|
2015-11-27 14:24:24 -05:00 |
|
Yuji Hirose
|
adcd259268
|
Changed to show AST results.
|
2015-11-27 13:36:27 -05:00 |
|
yhirose
|
98c6f7d6d6
|
Updated README.
|
2015-11-26 16:59:58 -05:00 |
|
yhirose
|
a7444fa83b
|
Fixed #8.
|
2015-11-26 16:48:00 -05:00 |
|
yhirose
|
37dfcbf860
|
Updated README.
|
2015-11-26 16:48:00 -05:00 |
|
yhirose
|
33978023cf
|
Added automatic whitespace skipping feature.
|
2015-11-26 16:48:00 -05:00 |
|
yhirose
|
49c81a5f59
|
Added more unit tests.
|
2015-11-26 16:46:37 -05:00 |
|
yhirose
|
862740079e
|
Merge pull request #7 from g40/stdmin
Parenthesize std::min for windows.h macro collision avoidance.
|
2015-11-26 12:08:30 -05:00 |
|
Jerry Evans
|
05ac20f799
|
Parenthesize std::min for windows.h macro collision avoidance.
|
2015-11-26 12:45:01 +00:00 |
|
Jerry Evans
|
8f2c978a11
|
Merge pull request #1 from yhirose/master
Update from original
|
2015-11-24 18:12:16 +00:00 |
|
yhirose
|
0ed369f7c9
|
Fixed README.
|
2015-11-23 17:48:03 -05:00 |
|
yhirose
|
10e619c2aa
|
Merge pull request #3 from g40/Vs2013
Fix for ancient min/max macros in windows.h
|
2015-11-23 15:42:07 -05:00 |
|
Jerry Evans
|
c27602172f
|
Fix for ancient min/max macros in windows.h
Disable constexpr for VS2013
Guard against older versions of VC++
|
2015-11-23 15:27:20 +00:00 |
|
yhirose
|
1247271966
|
Improved error report.
|
2015-11-17 06:16:46 -05:00 |
|
yhirose
|
5b9daaf090
|
Restored before/after handlers.
|
2015-11-17 06:10:32 -05:00 |
|
yhirose
|
15893308db
|
Updated documentation.
|
2015-10-14 17:20:39 -04:00 |
|
yhirose
|
4a58f35d3d
|
Changed 'undefined' to 'nil'.
|
2015-09-25 16:26:17 -04:00 |
|
yhirose
|
f9ef592bd3
|
Enhanced index access to array.
|
2015-09-25 16:20:18 -04:00 |
|
yhirose
|
0e23f8f0b2
|
Removed unnecessary code.
|
2015-09-25 15:21:12 -04:00 |
|
yhirose
|
778b175ab0
|
Added lexical scope support.
|
2015-09-25 15:20:55 -04:00 |
|
yhirose
|
a0bee1d20b
|
Removed tutorial.
|
2015-09-18 18:58:21 -04:00 |
|
yhirose
|
fa08f98c6e
|
Fixed array grammar.
|
2015-09-16 17:59:18 -04:00 |
|
yhirose
|
83874e0924
|
Updated grammar file for culebra language.
|
2015-09-16 12:01:40 -04:00 |
|
yhirose
|
6a6fb4a262
|
Split 'run' api to 'parse' and 'interpret'.
|
2015-09-16 11:59:19 -04:00 |
|
yhirose
|
a773ceb725
|
Fixed white space problems.
|
2015-09-16 11:30:08 -04:00 |
|