mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 04:40:55 +00:00
4 lines
77 B
Kotlin
4 lines
77 B
Kotlin
package gay.pizza.pork.parser
|
|
|
|
interface TokenSource : PeekableSource<Token>
|