Commit Graph

15 Commits

Author SHA1 Message Date
dependabot[bot]
f1e1617c1e
build(deps): bump the gradle-updates group across 1 directory with 3 updates
Bumps the gradle-updates group with 3 updates in the / directory: [com.github.jnr:jffi](https://github.com/jnr/jffi), [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) and org.jetbrains.intellij.platform.


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.85.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.85.0)

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

---
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.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: org.jetbrains.intellij.platform
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-29 01:34:22 +00:00
Alex Zenla
1d664e807b
graalvm is bad and should go away 2025-07-26 16:09:55 -07:00
Alex Zenla
17b1aa44c0
upgrade dependencies 2025-07-03 03:18:11 -07:00
3dbf8f9c4a
vm: implement local slot storage for fast lookup 2023-11-29 02:16:43 -08:00
041848c14e
vm: very basic virtual machine 2023-11-14 23:44:10 -08:00
73a458b673
parser: various code and quality enhancements 2023-10-08 04:46:23 -07:00
e31566f0d6
ffi: migrate to java.lang.foreign and require Java 21 2023-09-23 15:45:01 -07:00
7cb3e02b21
parser: major refinement of error handling 2023-09-18 01:07:28 -07:00
14b3f4c6e9
minimal: pork-rt minimal runtime 2023-09-11 02:39:38 -04:00
38efbe1844
ffi: java interop improvements 2023-09-07 18:16:47 -07:00
0e4362eefb
add a standard library, and introduce formed imports (import std "myfile.pork") 2023-09-06 21:39:57 -07:00
236f812caf
while loop support, and native functions (including ffi!) 2023-09-06 19:07:28 -07:00
e7f36e0524
Fix -march=compatibility for GraalVM 2023-09-04 22:33:38 -07:00
174d51ca1c
Auto-generate the AST. 2023-09-04 22:13:58 -07:00
128f40bcf4
Split out all code into modules. 2023-09-04 01:56:24 -07:00