Groups
Sign in
Groups
PEG.js: Parser Generator for JavaScript
Conversations
About
Send feedback
Help
PEG.js: Parser Generator for JavaScript
Contact owners and managers
1–30 of 312
Discussion about the use and development of the
PEG.js
parser generator.
Mark all as read
Report group
0 selected
Admin Billing
11/11/22
Transit_ID_GY274365327462583
Dear_...@googlegroups.com
unread,
Transit_ID_GY274365327462583
Dear_...@googlegroups.com
11/11/22
Cholibrium
6/2/22
7-Second bathroom trick
When you're young, your heart pumps fresh blood through your body. Overtime, your arteries begin
unread,
7-Second bathroom trick
When you're young, your heart pumps fresh blood through your body. Overtime, your arteries begin
6/2/22
Service Desk Online
12/13/21
RECEIPT:NUMBER:#GK202L85_44
Dear_...@googlegroups.com
unread,
RECEIPT:NUMBER:#GK202L85_44
Dear_...@googlegroups.com
12/13/21
Jakub T. Jankiewicz
10/14/21
Implementation of heredocs with trim indent
Is it possible with PEG.js to implement a parser for code like this: xxx = <<<END hello
unread,
Implementation of heredocs with trim indent
Is it possible with PEG.js to implement a parser for code like this: xxx = <<<END hello
10/14/21
Thiest
6/25/21
3_amount charged....!
Dear pe...@googlegroups.com, Your Transaction ID has been generated for the order B034/908. The
unread,
3_amount charged....!
Dear pe...@googlegroups.com, Your Transaction ID has been generated for the order B034/908. The
6/25/21
Geraman
4/29/21
#In_Voice #Number : #APLI-89542T/215....
Dear pe...@googlegroups.com, This is the #N0RT0N# Protection Plan Upgradation information . Your
unread,
#In_Voice #Number : #APLI-89542T/215....
Dear pe...@googlegroups.com, This is the #N0RT0N# Protection Plan Upgradation information . Your
4/29/21
Jason Scherer
5/24/20
version update
Hey so I noticed that the stable version for PEG in NPM hasn't been updated since 2017. I need
unread,
version update
Hey so I noticed that the stable version for PEG in NPM hasn't been updated since 2017. I need
5/24/20
lukas...@gmail.com
,
Joshua Pratt
4
4/10/20
Help with project
Actually, one issue just came up. Maybe you can help: How would I parse strings that contain {{ }}
unread,
Help with project
Actually, one issue just came up. Maybe you can help: How would I parse strings that contain {{ }}
4/10/20
Amigo Diux
10/27/19
How to create an alert with pegjs?
How to create an alert with pegjs? I would like to create an alert similar to this: alert('I am
unread,
How to create an alert with pegjs?
How to create an alert with pegjs? I would like to create an alert similar to this: alert('I am
10/27/19
thej...@gmail.com
,
Arun Jayapal
3
9/3/19
Possible to parse input without evaluating? i.e. skip actions?
Thanks for the response @Arun. I had pretty much come to this conclusion and I'm working on
unread,
Possible to parse input without evaluating? i.e. skip actions?
Thanks for the response @Arun. I had pretty much come to this conclusion and I'm working on
9/3/19
Tomáš Ehrlich
7/9/19
How to imperatively call Peg.js rule during parsing
Hey everyone, I'm writing parser for reStructuredText. One important feature of reStructuredText
unread,
How to imperatively call Peg.js rule during parsing
Hey everyone, I'm writing parser for reStructuredText. One important feature of reStructuredText
7/9/19
deos...@gmail.com
2/20/19
How to interpret this MultiplicativeOperature rule
Hi, I assume there is a typo with this the following rule: --BEGIN-PASTE--- MultiplicativeOperator =
unread,
How to interpret this MultiplicativeOperature rule
Hi, I assume there is a typo with this the following rule: --BEGIN-PASTE--- MultiplicativeOperator =
2/20/19
ta...@superquery.io
, …
tamir....@gmail.com
3
11/18/18
Help needed to support Big query SQL syntax via Sqlite Parser
On Friday, November 16, 2018 at 2:41:39 PM UTC+2, michae...@holidayextras.com wrote: > Hi Tamir,
unread,
Help needed to support Big query SQL syntax via Sqlite Parser
On Friday, November 16, 2018 at 2:41:39 PM UTC+2, michae...@holidayextras.com wrote: > Hi Tamir,
11/18/18
Mike Austin
10/31/18
Nested labels / fat arrow support
I've used PEG.js for fun building a JavaScript dialect, and now I'm coming back to it after a
unread,
Nested labels / fat arrow support
I've used PEG.js for fun building a JavaScript dialect, and now I'm coming back to it after a
10/31/18
jas...@snmpstack.com
2
9/28/18
The WhiteSpace / Comment conundrums
I think I found the solution to first problem, though I don't like it.... instead of S+ and S? I
unread,
The WhiteSpace / Comment conundrums
I think I found the solution to first problem, though I don't like it.... instead of S+ and S? I
9/28/18
George Norris
2
9/22/18
Looking for some help to write math parser
On Saturday, September 22, 2018 at 5:01:25 PM UTC-7, George Norris wrote: Hello, I'm looking for
unread,
Looking for some help to write math parser
On Saturday, September 22, 2018 at 5:01:25 PM UTC-7, George Norris wrote: Hello, I'm looking for
9/22/18
aveer....@gmail.com
8/22/18
Understanding PegJS traces and how the parser executes
Hi, I am struggling to follow PegJS traces, specifically to understand how the parser engine proceeds
unread,
Understanding PegJS traces and how the parser executes
Hi, I am struggling to follow PegJS traces, specifically to understand how the parser engine proceeds
8/22/18
mauri...@gmail.com
7/20/18
Is there any IntelliJ or Webstorm plugin?
Is there any IntelliJ or Webstorm plugin?
unread,
Is there any IntelliJ or Webstorm plugin?
Is there any IntelliJ or Webstorm plugin?
7/20/18
Lachlan McDonald
,
jas...@snmpstack.com
2
6/4/18
Optimum grammar for expressions in strings
this is about a close as your going to get I think Pattern = (Plain / Integer)* Plain = $(!'${
unread,
Optimum grammar for expressions in strings
this is about a close as your going to get I think Pattern = (Plain / Integer)* Plain = $(!'${
6/4/18
visha...@gmail.com
5/15/18
Java adaptor
Hi, I want to use peg.js at the java side to parse my data at server side. I tried using https://
unread,
Java adaptor
Hi, I want to use peg.js at the java side to parse my data at server side. I tried using https://
5/15/18
George Norris
,
Futago-za Ryuu
2
3/9/18
Good use case for PegJS?
Yes, PEG.js can be used here, you can look at the examples (https://github.com/pegjs/pegjs/tree/
unread,
Good use case for PegJS?
Yes, PEG.js can be used here, you can look at the examples (https://github.com/pegjs/pegjs/tree/
3/9/18
da...@nautoguide.com
, …
Futago-za Ryuu
3
3/2/18
Command Parsing
Samuel is right that in most cases of parsing natrual languages, PEG.js might not be the right tool
unread,
Command Parsing
Samuel is right that in most cases of parsing natrual languages, PEG.js might not be the right tool
3/2/18
setht...@gmail.com
,
Samuel Crow
3
1/28/18
Variable token order for rule
Using a star operator actually would work, combined with a quick JS check to make sure no keyword is
unread,
Variable token order for rule
Using a star operator actually would work, combined with a quick JS check to make sure no keyword is
1/28/18
Robert Muetzelfeldt
, …
Guilherme Vieira
6
12/21/17
How to access a database of valid terms from within a rule?
There are different ways to have dependencies in your grammar, depending on the grammar's output
unread,
How to access a database of valid terms from within a rule?
There are different ways to have dependencies in your grammar, depending on the grammar's output
12/21/17
gsun
11/13/17
pegjs document
hi all, I add some documents for pegjs ast, bytecode and generator within my branch https://github.
unread,
pegjs document
hi all, I add some documents for pegjs ast, bytecode and generator within my branch https://github.
11/13/17
Mike Austin
9/1/17
npm: "Sadly, this package has no readme. Go write one!"
https://www.npmjs.com/package/pegjs There is a README.md. Why doesn't it pick it up? When I'
unread,
npm: "Sadly, this package has no readme. Go write one!"
https://www.npmjs.com/package/pegjs There is a README.md. Why doesn't it pick it up? When I'
9/1/17
jan...@spotwish.com.br
, …
jas...@snmpstack.com
5
8/14/17
Greedy rule is consuming a keyword
Try this: start = "ON"i ws expression ws "GOSUB"i ws number number = $[0-9]+
unread,
Greedy rule is consuming a keyword
Try this: start = "ON"i ws expression ws "GOSUB"i ws number number = $[0-9]+
8/14/17
Asterion Daedalus
2
8/11/17
Old hand at parsers, new to javascript and nodejs
On Saturday, August 12, 2017 at 7:55:32 AM UTC+9:30, Asterion Daedalus wrote: I have tried various
unread,
Old hand at parsers, new to javascript and nodejs
On Saturday, August 12, 2017 at 7:55:32 AM UTC+9:30, Asterion Daedalus wrote: I have tried various
8/11/17
luan....@gmail.com
,
Futago-za Ryuu
4
8/9/17
Option to Turn Off Infinite Loop Detection
On Monday, 7 August 2017 12:41:18 UTC-4, Futago-za Ryuu wrote: > Added to roadmap, will do this
unread,
Option to Turn Off Infinite Loop Detection
On Monday, 7 August 2017 12:41:18 UTC-4, Futago-za Ryuu wrote: > Added to roadmap, will do this
8/9/17
Alexander Kamyshnikov
, …
Jason Patterson
3
7/3/17
How to describe "if" statement properly
The problem seems to be with the following rule in your test grammar BooleanComplexExpression =
unread,
How to describe "if" statement properly
The problem seems to be with the following rule in your test grammar BooleanComplexExpression =
7/3/17