hussar-lang/hussar

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/no-response.yml
.github/pr-type-labeler.yml
.github/workflows/go-ci.yml
.github/workflows/go-linting.yml
.github/workflows/go-release.yml
.github/workflows/reviewdog-shellcheck.yml
.github/workflows/size-label.yml
.github/workflows/type-label.yml
.gitignore
.goreleaser.yml
CHANGELOG.md
LICENSE
README.md
assets/hussar.png
ast/ast.go267
A
1 hr
cmd/env.go22
A
0 mins
cmd/interactive.go15
A
0 mins
cmd/root.go56
A
0 mins
cmd/run.go91
A
1 hr
evaluator/builtins.go19
A
0 mins
evaluator/evaluator.go343
B
5 hrs
examples/fibonacci.hss
examples/loop.hss
examples/testerror.hss
go.mod
go.sum
lexer/lexer.go150
A
3 hrs
main.go12
A
0 mins
object/environment.go25
A
0 mins
object/object.go113
A
1 hr
parser/parser.go392
B
4 hrs
parser/parser_tracing.go24
A
0 mins
repl/repl.go43
A
40 mins
token/token.go57
A
0 mins