Reference showcase compiler test in README

This commit is contained in:
dcodeIO 2018-01-05 18:20:57 +01:00
parent 9846f6c033
commit 859a0e05bf

View File

@ -19,7 +19,7 @@ A few early examples to get an idea:
* **[PSON decoder](./examples/pson)**<br />
A PSON decoder implemented in AssemblyScript.
Or browse the [compiler tests](./tests/compiler) for a more in-depth overview of what's supported already.
Or browse the [compiler tests](./tests/compiler) for a more in-depth overview of what's supported already. One of them is a [showcase](./tests/compiler/showcase.ts).
Getting started
---------------