Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 715 Bytes

File metadata and controls

24 lines (15 loc) · 715 Bytes

A2ML Web Prototype (ReScript)

This is a minimal, non-exhaustive ReScript prototype that demonstrates:

  • Parsing a tiny Module 0 subset

  • Rendering to HTML

  • Basic checked-mode validation (ID/ref resolution)

It is intentionally small and not a full implementation.

Files

  • src/A2ml.res - minimal parser + renderer sketch

  • src/Demo.res - demo usage

Notes

A production implementation should follow the formal grammar in docs/GRAMMAR.adoc and conformance rules in docs/CONFORMANCE.adoc.

Vectors

src/VectorRunner.res provides a minimal vector runner for tests/vectors/.\n+If a matching *.html.expected file exists, HTML output is compared too.