From a05adb11288a1ea9dc6e38a952ab89fa5eb7f794 Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 20 May 2014 12:48:34 +0200 Subject: Refactored file structure --- ethereal/assets/samplecoin/samplecoin.html | 2 +- ethereum/javascript_console.go | 188 ----------------------------- ethereum/javascript_runtime.go | 114 +++++++++++++++++ ethereum/repl.go | 97 +++++++++++++++ 4 files changed, 212 insertions(+), 189 deletions(-) delete mode 100644 ethereum/javascript_console.go create mode 100644 ethereum/javascript_runtime.go create mode 100644 ethereum/repl.go diff --git a/ethereal/assets/samplecoin/samplecoin.html b/ethereal/assets/samplecoin/samplecoin.html index 3f8eacc00..d47c6323c 100644 --- a/ethereal/assets/samplecoin/samplecoin.html +++ b/ethereal/assets/samplecoin/samplecoin.html @@ -9,7 +9,7 @@