Files
IBAFLang/IBAF-Editor/syntax/Stratego-IBAF.sdf
2023-11-01 09:24:46 +01:00

12 lines
208 B
Plaintext

module Stratego-IBAF
imports
Stratego
IBAF
exports context-free syntax
Module -> Start
"|[" FCT-SEQ "]|" -> Term {cons("ToTerm"),prefer}
variables
"START" -> L-start {prefer}