You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Rust implementation of the [Pancake Stack](https://esolangs.org/wiki/Pancake_Stack) esoteric programming language. This crate includes a parser and an interpreter.
8
9
@@ -221,4 +222,4 @@ Eat all of the pancakes!
221
222
Other examples can be found in the [examples](https://github.com/OpenByteDev/pancakestack/tree/master/examples) directory.
222
223
223
224
## License
224
-
Licensed under MIT license ([LICENSE](./LICENSE) or http://opensource.org/licenses/MIT)
225
+
Licensed under MIT license ([LICENSE](https://github.com/OpenByteDev/pancakestack/blob/master/LICENSE) or http://opensource.org/licenses/MIT)
0 commit comments