feat: Initial statix assignment of types to expressions
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
b3f9cdf372
commit
5cd75b8177
5 changed files with 186 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue