feat: Add syntax for string literals
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
c516ed6d7f
commit
904f651897
5 changed files with 39 additions and 6 deletions
1
tests/hw.fos
Normal file
1
tests/hw.fos
Normal file
|
@ -0,0 +1 @@
|
|||
stream << 'Hello, world!'
|
Loading…
Add table
Add a link
Reference in a new issue