Initial checkin of Pika from heckimp

This commit is contained in:
2023-09-25 15:35:21 -07:00
commit 891e999216
6761 changed files with 5240685 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Example entries in files like these
# This registers an interpreter name with a binary
# It is matched against #! syntax and the binfmt_misc syntax
#scm=/path/to/scm
# The following is the same syntax as Linux binfmt_misc
# See Documentation/binfmt_misc.txt in the Linux kernel sources for
# detailed information. (Right now, "flags" are noops)
# Register an extension
#:Scheme-ext:E::scm::/path/to/scm:
# Register a magic
#:Scheme-magic:M::\x3b\x20PIKA Scheme::scm:

View File

@ -0,0 +1,3 @@
install_data('default.interp',
install_dir: pikaplugindir / 'interpreters',
)