Rename parser module
This commit is contained in:
parent
a97f38a7b9
commit
c39b4a4931
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import { parse } from "./notcl";
|
||||
import { parse } from "./parser";
|
||||
|
||||
/**
|
||||
* Basic unit of information, also an "actor" in the programming system
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { parse } from "./notcl";
|
||||
import { parse } from "./parser";
|
||||
|
||||
describe("Parsing Notcl", () => {
|
||||
describe("Commands", () => {
|
Loading…
Reference in a new issue