yhirose
|
3c2a53c79b
|
Fixed error token display problem on playground
|
2022-06-25 07:31:17 -04:00 |
|
yhirose
|
970537730f
|
Fix #217
|
2022-06-25 06:34:22 -04:00 |
|
yhirose
|
b368726b40
|
Updated playground
|
2022-06-16 21:42:09 -04:00 |
|
yhirose
|
5f94f584dc
|
Added duration in profiler output
|
2022-06-10 20:19:48 -04:00 |
|
yhirose
|
5a83950514
|
Fix #212
|
2022-06-10 17:34:19 -04:00 |
|
yhirose
|
6d92d503cc
|
Added automatic EOI check
|
2022-06-08 11:10:59 -04:00 |
|
yhirose
|
3a56a15b0d
|
Added a unit test and updated playground
|
2022-06-07 20:27:26 -04:00 |
|
yhirose
|
05053f62ea
|
Imporoved playground UI design
|
2022-06-04 15:13:13 -04:00 |
|
yhirose
|
5e9ca02b3c
|
Adjust CSS on playground
|
2022-06-03 22:39:49 -04:00 |
|
yhirose
|
a2c058d47a
|
Update playground
|
2022-06-03 22:23:55 -04:00 |
|
yhirose
|
8f19894e32
|
Updated playground to show profiling result
|
2022-06-03 19:25:49 -04:00 |
|
yhirose
|
bd99157bb5
|
Fix #206
|
2022-06-02 15:42:03 -04:00 |
|
yhirose
|
05205a0ca1
|
Changed line color on the hovered error line
|
2022-05-29 01:02:18 -04:00 |
|
yhirose
|
89f40ce7a6
|
Improved error report for literal string with %word
|
2022-05-29 00:54:59 -04:00 |
|
yhirose
|
9768721b2b
|
Code format
|
2022-05-27 21:52:13 -04:00 |
|
yhirose
|
3c745bf581
|
Fix #205
|
2022-05-26 21:41:35 -04:00 |
|
yhirose
|
adfd2d6014
|
Updated playground
|
2022-05-07 08:38:45 -04:00 |
|
Domingo Alvarez Duarte
|
04b737a515
|
Add scroolToLine when clicking on an error message, also add a hover background color to error messages (#199)
|
2022-05-06 10:22:45 -04:00 |
|
yhirose
|
a558c51aa1
|
Fix #196
|
2022-05-05 16:00:33 -04:00 |
|
yhirose
|
4109480a0c
|
Fixed PEG payground problem when parsed size is less than the actual text size
|
2021-04-24 17:21:07 -04:00 |
|
yhirose
|
02d009777c
|
Fix #170
|
2021-04-13 11:10:52 -04:00 |
|
yhirose
|
501836a025
|
Updated playground
|
2021-03-30 21:03:42 -04:00 |
|
yhirose
|
b491a20c2a
|
Fix #159
|
2021-03-28 15:57:02 -04:00 |
|
yhirose
|
9660853a68
|
Changed 'unreferenced rule' not to be reported as error, but warning
|
2021-03-05 16:53:25 -05:00 |
|
yhirose
|
8643927c99
|
Fixed error report problems
|
2021-02-04 10:45:18 -05:00 |
|
yhirose
|
d2a2eb3cf6
|
Cut operator support
|
2021-01-26 13:45:04 -05:00 |
|
yhirose
|
80b20a091f
|
Resolve #137
|
2021-01-21 20:56:05 -05:00 |
|
yhirose
|
ac602d5542
|
Fixed more infinite loop grammar problems
|
2021-01-18 17:55:45 -05:00 |
|
yhirose
|
f560ceca97
|
Added unexpected token place holder %t
|
2021-01-18 15:26:54 -05:00 |
|
yhirose
|
0f4feff175
|
Fix syntax error position problem
|
2021-01-16 14:39:14 -05:00 |
|
yhirose
|
4540874e7e
|
Fixed macro reference problem with reference arguments
|
2021-01-15 23:36:01 -05:00 |
|
yhirose
|
0dab91d8d9
|
Throw operator support
|
2021-01-15 20:19:43 -05:00 |
|
yhirose
|
1442e3e21f
|
Unicode char support
|
2021-01-15 17:27:35 -05:00 |
|
yhirose
|
8ad71c4adc
|
Fixed problem with %recover
|
2021-01-15 16:51:36 -05:00 |
|
yhirose
|
0d005fb3da
|
FIxed problems with error recovery
|
2021-01-15 00:05:22 -05:00 |
|
yhirose
|
8dc6a287f8
|
Added error recovery feature
|
2021-01-13 21:35:47 -05:00 |
|
yhirose
|
50aaba73a3
|
Better error report
|
2021-01-09 23:28:33 -05:00 |
|
yhirose
|
990dac98cf
|
Changed to use lit("") for empty exp instead of npd(dot())
|
2021-01-09 20:35:15 -05:00 |
|
yhirose
|
9ad70096c8
|
Another infinite loop grammar detection. Fix #133
|
2021-01-09 15:12:01 -05:00 |
|
yhirose
|
8c68f4cff8
|
Fixed error report problems
|
2021-01-08 20:30:40 -05:00 |
|
yhirose
|
222466d07a
|
Revert "Fixed error posision problem in Repetition operator"
This reverts commit 6ed41b0571 .
|
2021-01-08 14:23:58 -05:00 |
|
yhirose
|
6ed41b0571
|
Fixed error posision problem in Repetition operator
|
2021-01-08 14:08:33 -05:00 |
|
yhirose
|
b26e2477ff
|
C++17 support
|
2020-11-09 13:18:38 -05:00 |
|
yhirose
|
b92da07bed
|
Fix #128
|
2020-11-09 12:06:48 -05:00 |
|
yhirose
|
a2a4f30219
|
Updated Playground
|
2020-06-08 23:51:34 -04:00 |
|
yhirose
|
5bd9b5cdc0
|
Removed version number from Playground
|
2020-06-01 20:03:27 -04:00 |
|
yhirose
|
580721aa46
|
Fix #107
|
2020-06-01 19:50:46 -04:00 |
|
yhirose
|
f9e0d252d9
|
Fixed initial value problem with Optimized AST mode
|
2020-05-26 18:30:19 -04:00 |
|
yhirose
|
19c6c2615c
|
Name refactoring
|
2020-05-25 17:31:22 -04:00 |
|
yhirose
|
370067f013
|
Added filters parameter to peglint and playground
|
2020-05-24 22:18:18 -04:00 |
|