Files
sfera/docs/codex_tasks/SPRINT_2_RUST_PARSER.md
T
2026-05-16 19:03:49 +03:00

28 lines
479 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# SPRINT 2 — Rust BSL Parser MVP
## Цель
`rust/crates/bsl-parser` должен возвращать `ParsedSemanticUnit`:
- procedures;
- functions;
- calls;
- queries;
- query tables;
- writes;
- diagnostics.
## Важное
Поддержать RU/EN keywords.
## MVP ограничение
Можно начать с deterministic line-based parser. Позже заменить на полноценный lexer/parser.
## DoD
```bash
cd rust && cargo test
```