Skip to content

Commit 57ffa7d

Browse files
committed
update readme to link to design document
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent a814421 commit 57ffa7d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ GoScript is a Go to TypeScript compiler / translater.
1313

1414
It works on translating Go to TypeScript on the AST level.
1515

16+
For detailed information on the compiler's design, refer to the [design document](./design/DESIGN.md).
17+
1618
GoScript intends to compile a subset of the Go language to TypeScript in a
1719
non-spec-compliant way. It is intended only for bringing over high-level logic
1820
from Go to TypeScript, so not all programs will work correctly:

0 commit comments

Comments
 (0)