Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdamoc/elm-syntax-sscce
A Short, Self Contained, Correct (Compilable), Example for the entire Elm syntax.
https://github.com/pdamoc/elm-syntax-sscce
Last synced: 3 months ago
JSON representation
A Short, Self Contained, Correct (Compilable), Example for the entire Elm syntax.
- Host: GitHub
- URL: https://github.com/pdamoc/elm-syntax-sscce
- Owner: pdamoc
- Created: 2020-05-05T05:54:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T11:03:10.000Z (10 months ago)
- Last Synced: 2024-03-15T12:28:55.287Z (10 months ago)
- Language: Elm
- Size: 602 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Short, Self Contained, Correct (Compilable), Example for the entire Elm syntax.
This project started as a playful attempt to implement a short example that covers the entire Elm syntax.
The current version runs in [this Ellie](https://ellie-app.com/8MKgxxwxSW2a1).
The phantom types and WebGL Shader language examples are dead code (code that isn't used inside the app).
For a working example of WebGL Shader language see the [elm-explorations/webgl examples](https://github.com/elm-explorations/webgl/tree/master/examples).
## Running the example localy
npm install
npm start