feat: Implement enters operator >>
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:
Glen Whitney 2021-01-31 16:44:45 -08:00
parent 527f802793
commit a564b2274d
8 changed files with 97 additions and 36 deletions

3
.gitignore vendored
View file

@ -10,9 +10,12 @@
/.polyglot.metaborg.yaml
.pydevproject
*.aterm
/site
tests/extracted/*
tests/*.js
tests/*.py
tests/*.hs
adhoc*