catala/tests/test_enum/bad/ambiguous_cases.catala
Denis Merigoux 3c8d187be0
Big refactoring of the literate programming structure
Partially fixes #120
Removes the distinction between headers and articles, streamlines the surface AST
Changes affects lexers and parser
2021-05-15 01:16:08 +02:00

16 lines
140 B
Markdown

## Article
```catala
new enum E:
-- Case1
new enum F:
-- Case1
new scope A:
param e content E
scope A:
def e := Case1
```catala