feat: Initial statix assignment of types to expressions
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glen Whitney 2021-02-14 10:25:23 -08:00
parent b3f9cdf372
commit 5cd75b8177
5 changed files with 186 additions and 7 deletions

View file

@ -1,6 +1,16 @@
module basic
language fostr
test hw1_type [[
[[stream]] << [['Hello, world!']]
]]
run get-type on #1 to STREAM()
run get-type on #2 to STRING()
run get-type to STREAM()
/** writes
Hello, world!**/
/** md
Title: A whirlwind tour of fostr