aldrin-parser 0.13.0

Aldrin schema parser library.
Documentation
1
2
3
4
5
6
7
error: integer constant `FOUNT` not found
  ╭▸ test/ui/const_int_not_found.aldrin:7:19
  │
7 │     f2 @ 2 = [u8; FOUNT];
  │                   ━━━━━ integer constant used here
  │
  ╰ help: did you mean `FOUND`?