yhirose
|
9ee03a9211
|
Fixed build error with VS2015
|
2019-08-27 17:13:27 -04:00 |
|
yhirose
|
4d0b2b3591
|
Fix #66
|
2019-08-27 12:07:35 -04:00 |
|
yhirose
|
b7da359bac
|
Code cleanup
|
2019-08-27 08:28:03 -04:00 |
|
yhirose
|
d75ced2408
|
Fix #68
|
2019-08-27 02:44:04 -04:00 |
|
yhirose
|
69749237c9
|
Fixed README
|
2019-08-27 02:42:12 -04:00 |
|
yhirose
|
5f3a5a82e1
|
Fix #69
|
2019-08-24 00:23:09 -04:00 |
|
yhirose
|
2d276c8cd9
|
Fix #63
|
2019-07-09 21:49:15 -04:00 |
|
Yuji Hirose
|
ac8c93f415
|
Update README due to #62
|
2019-05-14 09:26:02 -04:00 |
|
yhirose
|
e01f198648
|
Merge pull request #61 from mura-orz/master
Update peglib.h
|
2019-04-27 17:37:32 -04:00 |
|
Mura
|
f3e88afd39
|
Update peglib.h
This '#else' directive does not have such extra condition in C++.
|
2019-04-26 09:00:38 +09:00 |
|
Yuji Hirose
|
55add1dacb
|
Fix #60
|
2019-04-08 11:40:27 -04:00 |
|
yhirose
|
38d48971f3
|
Update README.md
|
2019-03-07 21:22:17 -05:00 |
|
yhirose
|
51b13a4291
|
Fixed missing comma problem in JSON output from PEG playground parser
|
2019-03-07 17:51:22 -05:00 |
|
Yuji Hirose
|
bbeadfa937
|
Fixed problem with PEG Playground when grammar or code text is empty
|
2019-02-27 09:04:58 -05:00 |
|
Yuji Hirose
|
57f866c6ca
|
Fixed build error
|
2019-02-14 10:17:21 -05:00 |
|
Yuji Hirose
|
b330799cd6
|
Added name in SemanticValues
|
2019-02-14 10:11:12 -05:00 |
|
yhirose
|
2dcdafe3cb
|
Fixed problem with choice and choice count
|
2019-02-12 22:50:23 -05:00 |
|
yhirose
|
51234df3df
|
Updated library dependency
|
2019-02-12 22:49:52 -05:00 |
|
yhirose
|
06fc879371
|
Removed server mode from peglint and updated documentation
|
2019-02-09 08:55:28 -05:00 |
|
yhirose
|
cc053fd9ad
|
Added docs directory
|
2019-02-09 01:00:30 -05:00 |
|
Yuji Hirose
|
e12ab41b40
|
Fixed problem with JSON invalid characters
|
2019-02-08 15:19:40 -05:00 |
|
Yuji Hirose
|
47e51d3651
|
Fixed problems in server mode of peglint
|
2019-02-08 11:36:29 -05:00 |
|
yhirose
|
c89c44f1ef
|
Added Visual Studio 2017 to AppVeyor config
|
2019-01-11 23:17:58 -05:00 |
|
yhirose
|
5c167f413e
|
Merge pull request #58 from yhirose/remove-enabler
Removed enabler
|
2019-01-11 18:33:33 -05:00 |
|
yhirose
|
559836cda1
|
Removed enabler
|
2019-01-11 18:20:04 -05:00 |
|
yhirose
|
5664d917dc
|
Changed to dump llvm assembly code to standard output
|
2019-01-10 21:46:16 -05:00 |
|
yhirose
|
c84cdd1645
|
Added verifyFunction call
|
2019-01-10 21:46:02 -05:00 |
|
yhirose
|
15c19e4a0f
|
fix #55
|
2018-11-29 20:19:46 -05:00 |
|
yhirose
|
b76e4fe305
|
Keep selected rule id in AST
|
2018-11-16 13:36:52 -05:00 |
|
yhirose
|
5f323c5b3a
|
Updated README
|
2018-10-07 17:13:18 -04:00 |
|
yhirose
|
9a8af28f06
|
Updated README
|
2018-10-07 17:04:32 -04:00 |
|
yhirose
|
757e81e63d
|
fix #52. Changed to allow Action handler taking non const SemanticValues
parameter
|
2018-10-07 09:25:12 -04:00 |
|
yhirose
|
5b3ad705c4
|
Retab
|
2018-10-06 22:29:51 -04:00 |
|
yhirose
|
304029a8d3
|
fix #53
|
2018-10-06 17:11:51 -04:00 |
|
yhirose
|
c006918329
|
Merge branch 'unicode'
|
2018-09-16 12:58:10 -04:00 |
|
yhirose
|
452aea18cd
|
UTF encoding support
|
2018-09-16 12:57:03 -04:00 |
|
yhirose
|
79a3c75846
|
Removed 'user defined rule' feature
|
2018-09-13 22:44:04 -04:00 |
|
yhirose
|
ed8a1bd7d9
|
Better Unicode handling
|
2018-09-13 22:04:46 -04:00 |
|
yhirose
|
a56ad1cfc2
|
Updated enter/leave examples
|
2018-09-05 23:15:35 -04:00 |
|
yhirose
|
3a6d202d17
|
Updated README
|
2018-09-04 21:27:02 -04:00 |
|
yhirose
|
26f8c046f4
|
Updated documentation
|
2018-09-04 21:16:40 -04:00 |
|
yhirose
|
fe3ae84736
|
Fixed build errors
|
2018-09-04 21:06:38 -04:00 |
|
Mirko
|
fc03a32d1f
|
extended parameters for enter and leave callbacks
|
2018-09-03 23:01:22 +02:00 |
|
Mirko
|
99380c2d72
|
added method get_rule_names() to parser class
|
2018-09-03 21:20:05 +02:00 |
|
yhirose
|
469a61f044
|
Fixed 'std::call_once' crash problem with peglint on Ubuntu.
|
2018-09-01 16:05:00 +00:00 |
|
Yuji Hirose
|
91bf45b7d4
|
Fix #45
|
2018-08-30 13:34:09 -04:00 |
|
yhirose
|
15a08da1b2
|
Updated peglint and added peglint documentation
|
2018-08-03 23:47:25 -04:00 |
|
yhirose
|
6dc7b38b4e
|
Changed operator= in Definition to return Action
|
2018-08-03 21:07:42 -04:00 |
|
yhirose
|
4c8415c054
|
Added another test case for %whitespace
|
2018-08-02 21:46:17 -04:00 |
|
yhirose
|
f46737acbf
|
Added --source option
|
2018-08-02 20:51:11 -04:00 |
|