Closed StoneCypher closed 2 years ago
Please give 04dcf36 a quick try before I release 1.94.
The four languages I'm involved with look good to me
Really surprising to see perl there - I thought this was written in perl?
Notably, the part of the SDP parser you took, while valid, isn't normative PEG; the "normal" part is in the cut off part past the truncation
If you want a short example you're probably better off with the arithmetic example from this issue
The part in the actual code examples is fine though
As far as giving it a try, I don't actually know how to install CLOC without using the npm
wrapper I've been using
Do I pop it from CPAN? If so, how, please? I'm not a perl person
To run cloc using its Perl source code on Windows instead of the .exe, you'll need to install a Perl interpreter for Windows. I use Strawberry Perl. Then you can do, for example, C:> perl cloc my_source_dir
Regarding the SDP parser fragments I copied for testing, the stuff I extracted doesn't need to be real PEG code, just something representative of what PEG might look like.
Appears to work
Confirmed working in my stack. Thank you
Main language
.peg
//
, non-nesting block comments with/* */
Variant language 1
.pegjs
Variant language 2
.peggy
Variant language 3
.tspeg
,.jspeg