Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ js-slang

An open-source interpreter for the *Source* programming language.

Wiki
----

`Click here for the wiki
</doc/wiki>`_

Usage
-----

Expand Down
12 changes: 12 additions & 0 deletions doc/wiki/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Welcome to the js-slang wiki!

Work in progress.

Hopefully some documentation about how js-slang works will appear here soon.

Please do edit it and add information about how stuff around here works, for the benefit of its future maintainers.

---------------

Code documentation:
- [Understanding the transpiler](transpiler.md)
Loading