Beta-release of the CBS framework
This page lists significant additions and changes to the funcon definitions and language specifications included in the CBS beta-release.
2018-09-14: right-to-left
2018-09-07: Funcons-beta, Languages-beta: CBS web pages regenerated:
2018-09-07: Characters
char
(alias for unicode-character
) renamed to unicode-char
.ascii-character
(alias ascii-char
) added to
Funcons-Index and
funcon reuse overview2018-08-26: Folding
2018-08-22: current-value
current-value
was an alias for
structural-assigned
,
which returns the value of a simple or structured variable by replacing all
simple sub-variables in it by their assigned values; current-value(V)
is
still equivalent to structural-assigned(V)
when V
is itself a simple
variable, but when V
is a structured variable, it now simply returns V
.
The only use of current-value(V)
in Languages-beta
was in the definition of
ocaml-light-to-string
,
which has now been changed to use assigned
.
2018-08-17: Downloads
2018-08-14: first-n
2018-07-17: MiniJava
2018-07-16: Browsing guide
2018-07-15: Browsing guide
2018-07-14: Publications
2018-07-14: Browsing guide
2018-07-12: Languages-beta
2018-07-09: OCaml Light