Skip to content

Commit

Permalink
version bump, basik link
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaustein committed Jul 10, 2024
1 parent 01578f4 commit a2c1d3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@ operates on a tokenizer, is stateless and should be shared / reused.

- A simple example for using the scanner and expression parser to implement a simple indentation-based
programming language: [mython](https://github.com/kobjects/parsek/tree/main/examples/src/commonMain/kotlin/org/kobjects/parsek/examples/mython),
[MythonTest.kt](https://github.com/kobjects/parsek/blob/main/examples/src/commonTest/kotlin/org/kobjects/parsek/examples/mython/MythonTest.kt)
[MythonTest.kt](https://github.com/kobjects/parsek/blob/main/examples/src/commonTest/kotlin/org/kobjects/parsek/examples/mython/MythonTest.kt)

- A BASIC interpreter using Parsek: https://github.com/stefanhaustein/basik
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project Version
org.kobjects.parsek.version=0.8.1
org.kobjects.parsek.version=0.9.0

#Gradle
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
Expand Down

0 comments on commit a2c1d3d

Please sign in to comment.