pod2/src/lang
Rob Knight f6c6ec43ef
Splitter fixes (#483)
* Add failing tests

* Model statements depending on public args as cheaper than those depending on private args

* Tidying

* Fix unnecessary propagation of unused public args

* More tidying

* Tidy test comments

* Fix incorrect Delete arities
2026-02-20 08:13:42 -08:00
..
diagnostics.rs Add annotate_snippets for better parsing errors (#477) 2026-02-11 11:14:23 +01:00
error.rs Splitter fixes (#483) 2026-02-20 08:13:42 -08:00
frontend_ast.rs Remove batch splitting system (#475) 2026-02-09 10:31:47 +01:00
frontend_ast_lower.rs Remove batch splitting system (#475) 2026-02-09 10:31:47 +01:00
frontend_ast_split.rs Splitter fixes (#483) 2026-02-20 08:13:42 -08:00
frontend_ast_validate.rs Remove batch splitting system (#475) 2026-02-09 10:31:47 +01:00
grammar.pest Remove batch splitting system (#475) 2026-02-09 10:31:47 +01:00
mod.rs Add annotate_snippets for better parsing errors (#477) 2026-02-11 11:14:23 +01:00
module.rs Add annotate_snippets for better parsing errors (#477) 2026-02-11 11:14:23 +01:00
parser.rs Frontend AST for Podlang (#432) 2025-11-13 01:23:21 -08:00
pretty_print.rs Add annotate_snippets for better parsing errors (#477) 2026-02-11 11:14:23 +01:00