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
A good test case for using PEG to understand how to connect DSLs specified with ADTs and surface syntax specified with PEG grammars would be to give a surface syntax for ADTs that are used for the acsetlang. This would let us read ACSets from files and extract an ADT of the acset language and then construct instances of the ACSets described in the language.
A good test case for using PEG to understand how to connect DSLs specified with ADTs and surface syntax specified with PEG grammars would be to give a surface syntax for ADTs that are used for the acsetlang. This would let us read ACSets from files and extract an ADT of the acset language and then
construct
instances of the ACSets described in the language.ADT definition and Usage:
ACSets.jl/src/ADTs.jl
Line 148 in 0c5b066
ACSets.jl/test/ADTs.jl
Line 70 in 0c5b066
Example PEG rules for UWDs:
AlgebraicJulia/SyntacticModels.jl#11
Exit criteria:
construct
instances of the ACSets described in the languageThe text was updated successfully, but these errors were encountered: