impala icon indicating copy to clipboard operation
impala copied to clipboard

Impala language documentation

Open ib00 opened this issue 5 years ago • 1 comments

Is there a more complete Impala language documentation than on the AnyDSL web page?

Many features are not documented and can't find any examples.

ib00 avatar Jan 23 '21 20:01 ib00

Unfortunately, there isn't. However, you can find examples in the test directory, or just browse some of our projects that use Impala: stincilla or rodent, for instance. Note that we are in the process of migrating to artic, which has a more powerful type system and more features. Most projects that we work on thus have a artic branch which can be built with the new compiler.

madmann91 avatar Jan 26 '21 09:01 madmann91