fix parser combinator

This commit is contained in:
alex_s168
2024-09-19 19:48:27 +00:00
parent 8bbb4bc486
commit 39f34ee77b
6 changed files with 205 additions and 75 deletions

View File

@@ -0,0 +1,4 @@
package blitz.str
fun Collection<Char>.charsToString(): String =
String(this.toCharArray())