formatting 90% done; encapsulated everything in the TinyJS namespace, and renamed...
commit0e77954ec0fb4a1a8fd7465b142e7497b15903bc
authorJohn Doe <nobody@nowhere>
Sun, 26 Oct 2014 21:42:19 +0000 (26 22:42 +0100)
committerJohn Doe <nobody@nowhere>
Sun, 26 Oct 2014 21:42:19 +0000 (26 22:42 +0100)
tree5253b91957ac3d9c347f9da59d730de91ef01842
parent18c06218c466f1502995ac8bc6155f56211bed7a
formatting 90% done; encapsulated everything in the TinyJS namespace, and renamed most classes
13 files changed:
Makefile
include/tinyjs.h
src/exception.cpp [new file with mode: 0644]
src/functions.cpp [changed mode: 0755->0644]
src/lexer.cpp [new file with mode: 0644]
src/main.cpp [changed mode: 0755->0644]
src/mathfuncs.cpp [changed mode: 0755->0644]
src/private.h
src/run_tests.cpp [moved from run_tests.cpp with 94% similarity]
src/scriptvar.cpp [new file with mode: 0644]
src/tinyjs.cpp [changed mode: 0755->0644]
src/util.cpp [new file with mode: 0644]
src/varlink.cpp [new file with mode: 0644]