Actually, the message format is LLSD notation not python (d'oh)
This commit is contained in:
7
lib/classes/llsd/LLSDTokenSpec.ts
Normal file
7
lib/classes/llsd/LLSDTokenSpec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { LLSDTokenType } from './LLSDTokenType';
|
||||
|
||||
export interface LLSDTokenSpec
|
||||
{
|
||||
regex: RegExp;
|
||||
type: LLSDTokenType;
|
||||
}
|
||||
Reference in New Issue
Block a user