first impl of builtin member methods (thus far, string.size implemented. more to...
commit84f747100645abe6e974b8c48e1426cad67ab55b
authorJohn Doe <john@doe.nb>
Fri, 14 Nov 2014 18:06:42 +0000 (14 19:06 +0100)
committerJohn Doe <john@doe.nb>
Fri, 14 Nov 2014 18:06:42 +0000 (14 19:06 +0100)
tree9e23bc172c77ce20166f764a3480ac6f584e5a1a
parent3979ea7c17d96d347f5d9e84eae5798d03945602
first impl of builtin member methods (thus far, string.size implemented. more to come!)
15 files changed:
CMakeLists.txt
examples/basics.jtc
examples/class.jtc
examples/derivatives.jtc
include/jtc.h
src/builtin.array.cpp [new file with mode: 0644]
src/builtin.h [new file with mode: 0644]
src/builtin.string.cpp [new file with mode: 0644]
src/builtin.table.cpp [new file with mode: 0644]
src/ops.cpp
src/ops.member.cpp [new file with mode: 0644]
src/ops.statement.cpp [new file with mode: 0644]
src/parser.h [deleted file]
src/private.h
src/stdlib.file.cpp