Commit Graph

20 Commits

Author SHA1 Message Date
f182d55d05 build(deps): bump the gradle-updates group across 1 directory with 6 updates
Bumps the gradle-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.github.jnr:jffi](https://github.com/jnr/jffi) | `1.3.12` | `1.3.13` |
| [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.83.0` | `0.92.0` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.8` | `9.0.2` |
| org.jetbrains.intellij.platform | `2.6.0` | `2.7.2` |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.2.10` |



Updates `com.github.jnr:jffi` from 1.3.12 to 1.3.13
- [Commits](https://github.com/jnr/jffi/compare/jffi-1.3.12...jffi-1.3.13)

Updates `com.charleskorn.kaml:kaml` from 0.83.0 to 0.92.0
- [Release notes](https://github.com/charleskorn/kaml/releases)
- [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml)
- [Commits](https://github.com/charleskorn/kaml/compare/0.83.0...0.92.0)

Updates `com.gradleup.shadow` from 8.3.8 to 9.0.2
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...9.0.2)

Updates `org.jetbrains.intellij.platform` from 2.6.0 to 2.7.2

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.0 to 2.2.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.0...v2.2.10)

Updates `org.jetbrains.kotlin:kotlin-serialization` from 2.2.0 to 2.2.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.0...v2.2.10)

---
updated-dependencies:
- dependency-name: com.github.jnr:jffi
  dependency-version: 1.3.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: com.charleskorn.kaml:kaml
  dependency-version: 0.92.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: com.gradleup.shadow
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-updates
- dependency-name: org.jetbrains.intellij.platform
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: org.jetbrains.kotlin:kotlin-serialization
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-19 07:45:09 +00:00
1d664e807b graalvm is bad and should go away 2025-07-26 16:09:55 -07:00
08f9b6f2ae code cleanup 2025-07-26 15:49:44 -07:00
a262c09219 improve debug mode 2025-07-26 15:29:00 -07:00
ff2aaabd93 add debug mode 2025-07-26 00:47:32 -07:00
17b1aa44c0 upgrade dependencies 2025-07-03 03:18:11 -07:00
6211ad4ff1 global: a working virtual machine for some of the use cases. APIs and validation still WIP. 2023-11-21 22:18:05 -08:00
041848c14e vm: very basic virtual machine 2023-11-14 23:44:10 -08:00
e3bfa3fbfc tokenizer: remove TokenStream, use sequences instead 2023-10-16 22:16:53 -07:00
15f5f313cc build: move parser and tokenizer into separate modules 2023-10-16 21:52:21 -07:00
9338b01b48 parser: lazy support 2023-10-14 03:28:07 -07:00
e96bcd8754 gradle: 8.4 and parser: lazy tokenization 2023-10-13 08:56:04 -07:00
5078f38f61 pork: it's got it all, ffi, state machine tokenizer, and better IDE support 2023-10-13 01:04:35 -07:00
0d8c6723de Merge remote-tracking branch 'origin/jlf' 2023-10-06 16:14:30 -07:00
945ba85c98 ast: move gay.pizza.pork.ast to gay.pizza.pork.ast.gen 2023-10-06 15:52:34 -07:00
e31566f0d6 ffi: migrate to java.lang.foreign and require Java 21 2023-09-23 15:45:01 -07:00
4758e92676 evaluator: significant performance enhancements 2023-09-21 17:21:53 -07:00
821aa3563a frontend: implement basic scope analysis 2023-09-17 00:38:47 -07:00
2307fdc0ed parser: rewrite to be able to parse any node type on demand 2023-09-13 19:40:29 -07:00
14b3f4c6e9 minimal: pork-rt minimal runtime 2023-09-11 02:39:38 -04:00