fostr/tests
Glen Whitney 904f651897 feat: Add syntax for string literals
Also rudimentary code generation. The difficulty
  is that for Haskell generation, we need to know
  whether an expression is a string or in to send it
  to standard output. So we will need to begin
  implementation of a type system for fostr.
2021-02-11 10:02:43 -08:00
..
basic.spt feat: Allow expressions to be terminated/sequenced by ; 2021-02-10 12:47:34 -08:00
emit_several.fos feat: Allow expressions to be terminated/sequenced by ; 2021-02-10 12:47:34 -08:00
emit_sum.fos feat: sequencing of expressions with newline to same indent (#11) 2021-02-06 05:11:41 +00:00
emit_thrice.fos feat: sequencing of expressions with newline to same indent (#11) 2021-02-06 05:11:41 +00:00
hw.fos feat: Add syntax for string literals 2021-02-11 10:02:43 -08:00