UNPKG

@sschepis/resolang

Version:

ResoLang - Core quantum resonance computation library for browser and Node.js

7 lines 269 B
import type { ValidationResult } from './types.js'; /** * Validate ResoLang source code * Checks for syntax errors, unmatched braces, and structural issues */ export declare function validate(source: string): ValidationResult; //# sourceMappingURL=validator.d.ts.map