We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a814421 commit 57ffa7dCopy full SHA for 57ffa7d
1 file changed
README.md
@@ -13,6 +13,8 @@ GoScript is a Go to TypeScript compiler / translater.
13
14
It works on translating Go to TypeScript on the AST level.
15
16
+For detailed information on the compiler's design, refer to the [design document](./design/DESIGN.md).
17
+
18
GoScript intends to compile a subset of the Go language to TypeScript in a
19
non-spec-compliant way. It is intended only for bringing over high-level logic
20
from Go to TypeScript, so not all programs will work correctly:
0 commit comments