https://github.com/coderosh/learning_rust
https://github.com/coderosh/learning_rust
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderosh/learning_rust
- Owner: coderosh
- Created: 2024-07-28T14:37:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T06:19:47.000Z (over 1 year ago)
- Last Synced: 2025-01-22T12:45:33.733Z (about 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Learning Rust
1. `rustcalcrepl` - very simple interpreter repl. supports `+ - * /`
1. `rustpong` - pong game with raylib
1. `infix_postfix` - infix -> postfix -> evaluate repl.