ziglang / zig-spec

MIT License
170 stars 32 forks source link

Installing peg #25

Closed markfirmware closed 3 years ago

markfirmware commented 3 years ago

Is this the procedure that you are using to install peg? I am working on getting a github work flow to run check_parser.sh.

wget https://www.piumarta.com/software/peg/peg-0.1.18.tar.gz
tar zxf peg-0.1.18.tar.gz
cd peg-0.1.18
make

Regards, Mark

SpexGuy commented 3 years ago

Yeah, this is the version of peg that I've been using.

markfirmware commented 3 years ago

I made a pr that has the gh action but it is not yet passing.

markfirmware commented 3 years ago

Is there any other software using the grammar in this repo? I am trying as many angles as I can to connect https://ziglang.org and https://gtoolkit.com, including zig parse.zig etc and also here trying to ingest your peg grammar into the petit parser of pharo and gtoolkit.