fostr/trans
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
..
analysis.str feat: Allow expressions to be terminated/sequenced by ; 2021-02-10 12:47:34 -08:00
desugar.str refactor: eliminate rule in desugar 2021-02-10 13:07:51 -08:00
fostr.str chore: Switch to this repository from predecessor 2021-01-30 15:37:53 -08:00
haskell.str feat: Add syntax for string literals 2021-02-11 10:02:43 -08:00
javascript.str feat: Add syntax for string literals 2021-02-11 10:02:43 -08:00
outline.str init: SDF3/Statix project as initialized by Spoofax 2021-01-30 12:27:10 -08:00
pp.str init: SDF3/Statix project as initialized by Spoofax 2021-01-30 12:27:10 -08:00
python.str feat: Add syntax for string literals 2021-02-11 10:02:43 -08:00
statics.stx feat: Allow indented continuation lines 2021-02-01 00:29:00 -08:00
util.str feat: sequencing of expressions with newline to same indent (#11) 2021-02-06 05:11:41 +00:00