Crate rvs

Source

Structs§

Error

Enums§

ErrorKind

Functions§

rvs_context_free
Frees a Context previously allocated by rvs_context_new
rvs_context_new
Allocates and returns a new Context
rvs_done
Returns the done value of a variable via the result pointer
rvs_error_free
rvs_error_message
rvs_error_new
rvs_error_test
rvs_get
Returns the handle of a variable
rvs_model_free
Frees a Model previously allocated by rvs_transform
rvs_model_new
Creates a new Model
rvs_next
Returns the next value of a variable via the result pointer
rvs_parse
Parses a semicolon delimited string of Rvs statements and/or Rvs files.
rvs_prev
Returns the previous value of a variable
rvs_transform
Transforms an AST into an object model
rvs_write_definitions