7feddbcfbe
Extraction from streams ( #25 )
...
Add the ! postfix operator and !! expression.
Also add the ++ string concatenation operator.
Also allow specification of standard input in the test scheme.
Resolves #7 , #18 .
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: glen/fostr#25
Co-Authored-By: Glen Whitney <glen@nobody@nowhere.net>
Co-Committed-By: Glen Whitney <glen@nobody@nowhere.net>
2021-03-13 19:30:23 +00:00
cc89ad1e93
Add OCaml code generation ( #24 )
...
Also start using nailgun to speed up code generation.
Resolves #6 .
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: glen/fostr#24
Co-Authored-By: Glen Whitney <glen@nobody@nowhere.net>
Co-Committed-By: Glen Whitney <glen@nobody@nowhere.net>
2021-03-01 20:40:35 +00:00
2772fd0c5c
Add literal string constants ( #19 )
...
In addition, for the sake of Haskell code generation, this PR adds static typing
with Statix.
Resolves #5 .
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: glen/fostr#19
Co-Authored-By: Glen Whitney <glen@nobody@nowhere.net>
Co-Committed-By: Glen Whitney <glen@nobody@nowhere.net>
2021-02-18 04:17:05 +00:00
b9c8532899
feat: Allow expressions to be terminated/sequenced by ;
...
Note that ultimately a terminated sequence may have
a slightly different semantics (applying streams
to `_|_`, most likely) but for now they don't.
2021-02-10 12:47:34 -08:00
eaa06e62eb
feat: Allow indented continuation lines
...
Resolves #2 .
2021-02-01 00:29:00 -08:00
7b00b01856
chore: Switch to this repository from predecessor
2021-01-30 15:37:53 -08:00