0.1.1 • Published 1 year ago
@formml/dsl v0.1.1
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