You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Trying to compare this parser with https://github.com/c3lang/c3c/tree/master/resources/grammar and https://mingodad.github.io/parsertl-playground/playground/ (select
C3c parser
fromExamples
then clickParse
to see a parse tree for the content inInput source
) I found some differences between the error reported by this parser and the others (this parser also helped spot problems in others).But still there is some changes made in https://github.com/c3lang/c3c/blob/da292e41bd0c315d3cad0d3b2b7d7d49e76cd271/resources/grammar/grammar.y#L210 that are not present here and in several places that have something like
[^1]
is flagged as error by this parser/grammar.Also there is another project like your (but without showing as
clone
here https://github.com/cbuttner/tree-sitter-c3 and probably both could join efforts.The text was updated successfully, but these errors were encountered: