.github/workflows
|
minimal: pork-rt minimal runtime
|
2023-09-11 02:39:38 -04:00 |
ast
|
parser: implement long literal and handle overflow
|
2023-09-12 00:25:13 -04:00 |
buildext
|
parser: implement long literal and handle overflow
|
2023-09-12 00:25:13 -04:00 |
common
|
Auto-generate the AST.
|
2023-09-04 22:13:58 -07:00 |
evaluator
|
parser: implement long literal and handle overflow
|
2023-09-12 00:25:13 -04:00 |
examples
|
language: add boolean and/or operators, change negation syntax (#7)
|
2023-09-11 14:02:58 -04:00 |
ffi
|
ffi: ensure failure to find functions don't produce null pointer exceptions
|
2023-09-12 01:40:15 -04:00 |
frontend
|
imports are now python style with a twist: forms! import std ffi and import local myfile
|
2023-09-06 22:43:03 -07:00 |
gradle/wrapper
|
Initial Commit
|
2023-08-19 15:34:10 -07:00 |
minimal
|
minimal: pork-rt minimal runtime
|
2023-09-11 02:39:38 -04:00 |
parser
|
parser: fix integer literals
|
2023-09-12 00:46:09 -04:00 |
stdlib
|
native: pass argument specs in order to support varadic ffi
|
2023-09-11 01:12:32 -04:00 |
support/pork-idea
|
idea: fix pork symbol declaration
|
2023-09-12 00:50:06 -04:00 |
tool
|
parser: use ast user data to store attribution
|
2023-09-11 20:13:15 -04:00 |
.editorconfig
|
repository: add editorconfig dotfile (#5)
|
2023-09-11 00:33:51 -04:00 |
.gitignore
|
ast: generate graph
|
2023-09-10 02:34:02 -04:00 |
build.gradle.kts
|
Auto-generate the AST.
|
2023-09-04 22:13:58 -07:00 |
gradle.properties
|
support: basic idea plugin
|
2023-09-10 01:27:53 -04:00 |
gradlew
|
Initial Commit
|
2023-08-19 15:34:10 -07:00 |
gradlew.bat
|
Initial Commit
|
2023-08-19 15:34:10 -07:00 |
LICENSE
|
Initial Commit
|
2023-08-19 15:34:10 -07:00 |
README.md
|
language: prelude and internal functions, and varargs support
|
2023-09-10 19:27:59 -04:00 |
settings.gradle.kts
|
minimal: pork-rt minimal runtime
|
2023-09-11 02:39:38 -04:00 |