goruby/goruby

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/ISSUE_TEMPLATE
.gitignore
.travis.yml
Gopkg.lock
Gopkg.toml
LICENSE
README.md
ast/ast.go762
C
1 day
ast/equal.go63
A
35 mins
ast/print.go20
A
0 mins
ast/walk.go232
C
1 day
bnf_2.1.0.html
cmd/girb/main.go78
A
0 mins
evaluator/error.go38
A
0 mins
evaluator/evaluator.go665
F
6 days
evaluator/runtime.go70
A
0 mins
goruby.bnf
interpreter/interpreter.go34
A
0 mins
lexer/lexer.go385
D
2 days
main.go54
A
0 mins
object/array.go56
A
0 mins
object/basic_object.go41
A
0 mins
object/boolean.go62
A
1 hr
object/call_context.go27
A
0 mins
object/class.go143
A
35 mins
object/comparable.go6
A
0 mins
object/eigenclass.go40
A
0 mins
object/environment.go166
A
0 mins
object/exception.go486
A
35 mins
object/file.go70
A
45 mins
object/fixtures/testfile.rb1
A
0 mins
object/fixtures/testfile_constants.rb4
A
0 mins
object/fixtures/testfile_name_error.rb1
A
0 mins
object/fixtures/testfile_require_once.rb3
A
0 mins
object/fixtures/testfile_syntax_error.rb2
A
0 mins
object/hash.go83
A
0 mins
object/integer.go180
C
1 day
object/introspect.go17
A
0 mins
object/kernel.go239
B
4 hrs
object/method_set.go68
A
0 mins
object/mixin.go21
A
0 mins
object/module.go203
A
2 hrs
object/nil.go21
A
0 mins
object/object.go21
A
0 mins
object/proc.go73
A
0 mins
object/ruby_object.go220
A
0 mins
object/send.go57
A
0 mins
object/string.go86
A
0 mins
object/symbol.go35
A
0 mins
parser/error.go86
A
0 mins