@formml/dsl
v0.1.1
Published
The parser of formml schema language
Downloads
6
Readme
The domain-specific language (DSL) implementation for FormML, providing the parser, type system, and language utilities for FormML Model files.
Quick Start
// sign-up.fml
form SignUp {
@required("Let me know your cool name!")
text name
@required @email
text email
@required @minLength(8)
text password
datetime birthday
}Documentation
License
MIT © Jindong Zhang
