Rename parser module

This commit is contained in:
Tangent Wantwight 2023-08-25 20:38:52 -04:00
parent a97f38a7b9
commit c39b4a4931
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { parse } from "./notcl";
import { parse } from "./parser";
/**
* Basic unit of information, also an "actor" in the programming system

View File

@ -1,4 +1,4 @@
import { parse } from "./notcl";
import { parse } from "./parser";
describe("Parsing Notcl", () => {
describe("Commands", () => {