quox/lib/Quox/Parser
rhiannon morris d4cfbd4045 add @[fail] modifier to declarations
- `@[fail] def foo = ...` succeeds if `foo` has some error.
- `@[fail "scope"] def foo = ...` succeeds if `foo` has some error
  containing the word "scope" somewhere
- `@[fail] namespace foo { }` works too and the error must be anywhere
  in the namespace
2023-09-22 14:03:22 +02:00
..
FromParser add @[fail] modifier to declarations 2023-09-22 14:03:22 +02:00
FromParser.idr add @[fail] modifier to declarations 2023-09-22 14:03:22 +02:00
Lexer.idr add @[fail] modifier to declarations 2023-09-22 14:03:22 +02:00
LoadFile.idr more effect stuff, incl. ST 2023-08-25 18:59:54 +02:00
Parser.idr add @[fail] modifier to declarations 2023-09-22 14:03:22 +02:00
Syntax.idr add @[fail] modifier to declarations 2023-09-22 14:03:22 +02:00