https://github.com/hiperbou/bantam-kotlin
A port of Bantam (Java) by Robert Nystrom to Kotlin
https://github.com/hiperbou/bantam-kotlin
Last synced: 6 months ago
JSON representation
A port of Bantam (Java) by Robert Nystrom to Kotlin
- Host: GitHub
- URL: https://github.com/hiperbou/bantam-kotlin
- Owner: hiperbou
- Created: 2022-07-24T09:08:52.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T14:54:27.000Z (over 1 year ago)
- Last Synced: 2025-02-14T08:47:10.413Z (8 months ago)
- Language: Kotlin
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bantam-kotlin
A port of Bantam (Java) by Robert Nystrom to Kotlinhttps://github.com/munificent/bantam
This is a tiny little Java app to demonstrate Pratt parsing. For a full explanation, see this blog post.
http://journal.stuffwithstuff.com/2011/03/19/pratt-parsers-expression-parsing-made-easy/