0.1.1 • Published 1 year ago

@formml/dsl v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.1.1

1 year ago

0.1.0

1 year ago

0.0.1

2 years ago

0.0.1-next.0

2 years ago