Skip to content

Commit

Permalink
rename lang0 to lang
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Aug 5, 2024
1 parent 7ab0dcb commit d42ac2f
Show file tree
Hide file tree
Showing 59 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
rename lang0 to lang
# docs

# lang0

[lang0] docs/lambda-encoding -- Exp Lambda 编码的例子,外加解释器
[lang0] docs/self-type
[docs] docs/lambda-encoding -- Exp Lambda 编码的例子,外加解释器
[docs] docs/self-type
2 changes: 1 addition & 1 deletion src/command-line/commands/RunCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Command, CommandRunner } from "@xieyuheng/command-line"
import { ty } from "@xieyuheng/ty"
import fs from "fs"
import Path from "path"
import { run } from "../../lang0/run/index.js"
import { run } from "../../lang/run/index.js"

type Args = { file: string }
type Opts = {}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Binding } from "../../lang0/substitution/index.js"
import type { Binding } from "../../lang/substitution/index.js"
import { type Exp } from "../exp/index.js"
import { substitutionBindings } from "../substitution/Substitution.js"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d42ac2f

Please sign in to comment.