https://github.com/bclehmann/lsh
This is/was an interpreter I built when I was bored.
https://github.com/bclehmann/lsh
Last synced: 2 months ago
JSON representation
This is/was an interpreter I built when I was bored.
- Host: GitHub
- URL: https://github.com/bclehmann/lsh
- Owner: bclehmann
- License: mit
- Created: 2023-12-27T00:43:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T06:10:49.000Z (over 1 year ago)
- Last Synced: 2025-10-10T08:33:59.743Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lsh
This project was so named because I originally was going to turn it into a shell interpreter. That never happened. It's a simple interpreter that I created mostly to get more familiar with Rust, and to get used to writing parsers.