Skip to content

Commit

Permalink
New idea: don't be totally broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Simmons committed Sep 30, 2019
1 parent b617d53 commit b3e62d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calculemus/jaco",
"version": "0.0.16",
"version": "0.0.18",
"description": "JavaScript C0 Parser & Tools",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/bytecode/generate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as ast from "../ast";
import { Instruction, instructionToString, Function, Program } from "./high-level";
import { ImpossibleError } from "../error";
import { impossible } from "../../node_modules/@calculemus/impossible";
import { impossible } from "@calculemus/impossible";
import { computeStructMap } from "../typecheck/structs";

function load(kind: ast.ConcreteType): Instruction {
Expand Down

0 comments on commit b3e62d8

Please sign in to comment.