feat: Implement enters operator >>
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Also added paranthesization of fostr expressions. Finally managed to cast code generation in terms of bottomup processing of a local strategy. Resolves #1.
This commit is contained in:
parent
527f802793
commit
a564b2274d
8 changed files with 97 additions and 36 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -10,9 +10,12 @@
|
|||
|
||||
/.polyglot.metaborg.yaml
|
||||
|
||||
.pydevproject
|
||||
|
||||
*.aterm
|
||||
/site
|
||||
tests/extracted/*
|
||||
tests/*.js
|
||||
tests/*.py
|
||||
tests/*.hs
|
||||
adhoc*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue