UNPKG

@composita/compiler

Version:

Composita language compiler.

11 lines (10 loc) 215 B
export enum IdentifierKeywords { New = 'NEW', Conncet = 'CONNECT', Disconnect = 'DISCONNECT', Delete = 'DELETE', Move = 'MOVE', Await = 'AWAIT', Input = 'INPUT', Exists = 'EXISTS', }