massive overhall to how program memory works and how artifacts their metada are rendered

This commit is contained in:
Kurt Hutten IrevDev
2023-01-08 16:37:31 +11:00
parent 0515acf459
commit 9ad6b946c0
13 changed files with 1090 additions and 884 deletions

View File

@ -453,7 +453,7 @@ export interface Literal extends GeneralStatement {
raw: string
}
interface Identifier extends GeneralStatement {
export interface Identifier extends GeneralStatement {
type: 'Identifier'
name: string
}