Skip to content

Commit

Permalink
Organized inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Dec 14, 2024
1 parent 3b3a6e8 commit b478283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/bnf.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env node
import { readFileSync, writeFileSync } from 'node:fs';
import { inspect, parseArgs } from 'node:util';
import { stringifyNode } from '../dist/parser.js';
import * as bnf from '../dist/bnf.js';
import { stringifyNode } from '../dist/parser.js';

const {
positionals: [input],
Expand Down
3 changes: 1 addition & 2 deletions test/asm.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { readFileSync, writeFileSync } from 'node:fs';
import { readFileSync } from 'node:fs';
import { parseArgs } from 'node:util';
import type { NodeDefinition } from '../src/parser';
import { parse, stringifyNode } from '../src/parser';
import { tokenize } from '../src/tokens';

const {
positionals: [input],
Expand Down

0 comments on commit b478283

Please sign in to comment.