https://github.com/tyleradammartinez/hatchling-lang-compiler
Hatchling Lang is easy to read and write, a programming language for design for earlier STEM education.
https://github.com/tyleradammartinez/hatchling-lang-compiler
education educational-project educational-software rust stem wasm webassembly
Last synced: 28 days ago
JSON representation
Hatchling Lang is easy to read and write, a programming language for design for earlier STEM education.
- Host: GitHub
- URL: https://github.com/tyleradammartinez/hatchling-lang-compiler
- Owner: TylerAdamMartinez
- License: gpl-2.0
- Created: 2022-10-03T12:40:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T23:19:31.000Z (over 2 years ago)
- Last Synced: 2025-01-30T15:41:02.668Z (3 months ago)
- Topics: education, educational-project, educational-software, rust, stem, wasm, webassembly
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hatchling-Lang-Compiler
Hatchling Lang a easy to read and write simple programming language for education.## Required
### Install wasm-pack
`cargo install wasm-pack`
## How to build
1. Navigate to the root directory of this repo (if are not already there)
2. RUN `wasm-pack build`