Delete old files. Refactor experiments

This commit is contained in:
Yura Dupyn 2026-04-25 16:53:38 +02:00
parent 321e7aa4de
commit ef1d81f597
6 changed files with 22 additions and 21 deletions

View file

@ -1,4 +1,4 @@
export { parseDocument } from './parser';
export type { ParseDocumentResult } from './parser';
export type { FoundSyntax, ParseError } from './parse_errors';
export * from './syntax';
export { parseDocument } from './languages/lisp/index';
export type { ParseDocumentResult } from './languages/lisp/parser';
export type { FoundSyntax, ParseError } from './languages/lisp/parse_errors';
export * from './languages/lisp/syntax';