Switch to omedusyo/source-region lib
This commit is contained in:
parent
94df47c738
commit
38b147c3e7
20 changed files with 37 additions and 258 deletions
|
|
@ -3,7 +3,7 @@ import { useProgram } from 'src/ui/ProgramProvider';
|
|||
import { eval_start } from 'src/lang/eval/evaluator';
|
||||
import { Value } from 'src/lang/eval/value';
|
||||
import { RuntimeError } from 'src/lang/eval/error';
|
||||
import { SourceText, sourceText } from 'src/lang/parser/source_text';
|
||||
import { SourceText, sourceText } from 'source-text';
|
||||
import { ParseError, parseExpr } from 'src/lang/parser/parser';
|
||||
import { ShowParseError } from 'src/ui/Component/ParseError';
|
||||
import { Val } from 'src/ui/Component/Value';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue