mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-09-16 16:01:32 +00:00
add a standard library, and introduce formed imports (import std "myfile.pork")
This commit is contained in:
@ -110,6 +110,8 @@ types:
|
||||
ImportDeclaration:
|
||||
parent: Declaration
|
||||
values:
|
||||
- name: form
|
||||
type: Symbol?
|
||||
- name: path
|
||||
type: StringLiteral
|
||||
IntLiteral:
|
||||
|
Reference in New Issue
Block a user