f4987093f6
- define and validate the capability and resource-lock languages - provision workspace source repositories through Central Gitea - build package runtimes from pinned standalone sources - replace legacy schema compilation with workspace persistence plans - add stable optimistic registers and Automerge CRDT documents - modernize TypeScript/Nix package builds and runtime activation readiness
29 lines
317 B
Plaintext
29 lines
317 B
Plaintext
QUIXOS_LOCK=1
|
|
VERSION=2
|
|
QUIXOS=3
|
|
SOURCE=4
|
|
INTERFACE=5
|
|
PACKAGE=6
|
|
REPOSITORY=7
|
|
COMMIT=8
|
|
LBRACE=9
|
|
RBRACE=10
|
|
SEMI=11
|
|
INTEGER=12
|
|
IDENTIFIER=13
|
|
STRING_LITERAL=14
|
|
LINE_COMMENT=15
|
|
BLOCK_COMMENT=16
|
|
WS=17
|
|
'quixos-lock'=1
|
|
'version'=2
|
|
'quixos'=3
|
|
'source'=4
|
|
'interface'=5
|
|
'package'=6
|
|
'repository'=7
|
|
'commit'=8
|
|
'{'=9
|
|
'}'=10
|
|
';'=11
|