Skip to content

Commit

Permalink
added attribution for files from https://github.com/scaleton-labs/tvm…
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Jan 16, 2025
1 parent f0b7bf2 commit f0ff4ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ast/AST.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file is based on code from https://github.com/scaleton-labs/tvm-disassembler

import {
BlockNode,
InstructionNode,
Expand Down
2 changes: 2 additions & 0 deletions src/ast/nodes.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file is based on code from https://github.com/scaleton-labs/tvm-disassembler

import {Cell} from '@ton/core';
import {OpCode} from '../codepage/opcodes.gen';

Expand Down
2 changes: 2 additions & 0 deletions src/decompiler/decompileAll.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file is based on code from https://github.com/scaleton-labs/tvm-disassembler

import {Cell, Dictionary, DictionaryValue} from "@ton/core";
import {decompile} from "./decompiler";
import {debugSymbols} from "./knownMethods";
Expand Down

0 comments on commit f0ff4ff

Please sign in to comment.