Skip to content

Commit

Permalink
Remove REPL functionality (#8)
Browse files Browse the repository at this point in the history
* Delete slang file

* Add README

* Remove repl.ts

* Format jest section in package.json

Automatic
  • Loading branch information
remo5000 authored and ning-y committed Jul 9, 2018
1 parent c3e350f commit 1c032bf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 53 deletions.
9 changes: 1 addition & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An open-source interpreter for *The Source*.

Usage
-----
The REPL is still under development.
The REPL is still under development, and is under the `source-academy/slang` repository.

To build,

Expand All @@ -14,10 +14,3 @@ To build,
$ cd slang
$ yarn
$ yarn build
To invoke the repl, run the built `slang.js`,

.. code-block::
$ ./slang.js
>
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@
"typescript": "^2.7.2"
},
"jest": {
"moduleFileExtensions": [ "ts", "js" ],
"transform": {"\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js"},
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "/__tests__/.*\\.ts$"
}
}
12 changes: 0 additions & 12 deletions slang.js

This file was deleted.

31 changes: 0 additions & 31 deletions src/repl.ts

This file was deleted.

0 comments on commit 1c032bf

Please sign in to comment.