fostr/.gitignore
Glen Whitney a564b2274d feat: Implement enters operator >>
Also added paranthesization of fostr expressions.
  Finally managed to cast code generation in terms
  of bottomup processing of a local strategy.

  Resolves #1.
2021-01-31 16:44:45 -08:00

22 lines
192 B
Plaintext

/.cache
/lib
/src-gen
/target
/.classpath
/.project
/.settings
/.factorypath
/.polyglot.metaborg.yaml
.pydevproject
*.aterm
/site
tests/extracted/*
tests/*.js
tests/*.py
tests/*.hs
adhoc*