Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/scarletsmalltalk
Scarlet SmallTalk, a smalltalk to javascript translator
https://github.com/astares/scarletsmalltalk
Last synced: 2 months ago
JSON representation
Scarlet SmallTalk, a smalltalk to javascript translator
- Host: GitHub
- URL: https://github.com/astares/scarletsmalltalk
- Owner: astares
- License: other
- Created: 2019-08-28T13:39:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T23:50:37.000Z (over 5 years ago)
- Last Synced: 2024-10-09T13:25:16.900Z (3 months ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Scarlet-SmallTalk
Scarlet SmallTalk is a Smalltalk to JavaScript cross-compiler and runtime.
The Scarlet Compiler is a modified version of the current Squeak compiler and generates code that is strongly influenced by Amber.
## Build Scarlet Compiler
Creates an image with the Scarlet Compiler.
Build
```
make compiler
```Produces artifacts/sk.compiler.js
## Build Kernel with Scarlet Compiler
Translates all .st files into JS using the Scarlet Compiler and assembles the sk.kernel.js Scarlet kernel image
Build
```
make kernel
```Produces artifacts/sk.kernel.js
## Run tests on the Scarlet Kernel
```
make test
```