python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
EBNF or followed by statement
I am looking at this line of EBNF:
<zeg> = <zig>|<zag>[<zug><zug>]
Does [<zug><zug>] only become available when <zag> is used, or is it always availabl...
mohavy
Votes: 0
Answers: 1
Is there an official (complete) BNF or EBNF for the CLIPS language
I am looking for an official BNF/EBNF for The CLIPS Programming Language, so that I can write a parser/interpreter that groks (understands) CLIPS rules.
I have searched online, including the official ...
Homunculus Reticulli
Votes: 0
Answers: 1
Gocc to ignore things in lexical parser
Is there ways to tell gocc to ignore things in lexical parser? E.g., for
2022-01-18 11:33:21.9885 [21] These are strings that I need to egnore, until - MYKW - Start Active One: 1/18/2022 11:33:21 AM
I...
xpt
Votes: 0
Answers: 1
How to describe this event log in formal BNF?
I have a very simple event log format, just I'm having difficulties describing it in BNF (for gocc ).
Here is my simple event log format:
timestamp nested-event-A Running
timestamp Start of nested-eve...
xpt
Votes: 0
Answers: 2