feat: Add typing for Sequence() operation
Some checks failed
continuous-integration/drone/push Build is failing

Also move the signature of the semantic sort TYPE into its own
  file to facilitate sharing between Statix and Stratego.
  (Currently it is shared via symbolic link, but that may cause
  problems down the line; if/when it does, will have to look at
  physically copying the file into src-gen via an "Additional
  build step" using either Stratego or Ant.

  Also documents using Statix types from Stratego.
This commit is contained in:
Glen Whitney 2021-02-17 11:20:26 -08:00
parent 804a00902a
commit f93499acfd
7 changed files with 86 additions and 25 deletions

View file

@ -1,4 +1,4 @@
stream << 72 + 87
stream << 'Some numbers: '
stream << 88
+ 96
99 + 12 >>