tnantoka/plate

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.bowerrc
.codeclimate.yml
.gitignore
.ruby-version
.travis.yml
CODE_OF_CONDUCT.md
Gemfile
LICENSE.txt
README.md
Rakefile
bin/console
bin/setup
bower.json
circle.yml
exe/plate
lib/plate-lang.rb1
A
0 mins
lib/plate.rb13
A
0 mins
lib/plate/cli.rb76
A
0 mins
lib/plate/compiler.rb218
A
3 hrs
lib/plate/grammar.y
lib/plate/lexer.rb108
C
1 day
lib/plate/nodes.rb85
A
0 mins
lib/plate/parser.rb470
F
3 days
lib/plate/version.rb3
A
0 mins
plate-lang.gemspec
test/cli_test.rb57
A
0 mins
test/compiler_test.rb45
A
1 hr
test/fixtures/compiled/example/index.html
test/fixtures/compiled/font/index.html
test/fixtures/compiled/hello/app.css
test/fixtures/compiled/hello/app.js12
A
0 mins
test/fixtures/compiled/hello/index.html
test/fixtures/compiled/highlight/app.js9
A
0 mins
test/fixtures/compiled/highlight/index.html
test/fixtures/compiled/image/index.html
test/fixtures/compiled/list/index.html
test/fixtures/src/example.plt
test/fixtures/src/font.plt
test/fixtures/src/hello.plt
test/fixtures/src/highlight.plt
test/fixtures/src/image/image.png
test/fixtures/src/image/index.plt
test/fixtures/src/list.plt
test/lexer_test.rb101
A
2 hrs
test/parser_test.rb113
B
4 hrs
test/plate_test.rb11
A
0 mins
test/test_helper.rb67
A
1 hr
website/index.plt
website/logo.png