An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# bantam-kotlin
A port of Bantam (Java) by Robert Nystrom to Kotlin

https://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/