Delete old files. Refactor experiments
This commit is contained in:
parent
321e7aa4de
commit
ef1d81f597
6 changed files with 22 additions and 21 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue