feat: Add syntax for string literals
All checks were successful
continuous-integration/drone/push Build is passing

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.
This commit is contained in:
Glen Whitney 2021-02-11 10:02:43 -08:00
parent c516ed6d7f
commit 904f651897
5 changed files with 39 additions and 6 deletions

1
tests/hw.fos Normal file
View file

@ -0,0 +1 @@
stream << 'Hello, world!'