hero

所属分类:编程语言基础
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2019-09-15 20:09:37
上 传 者sh-1993
说明:  一种简单的编程语言
(A simple programming language)

文件列表:
.travis.yml (214, 2019-09-14)
ast/ (0, 2019-09-14)
ast/assignment.go (241, 2019-09-14)
ast/atom.go (313, 2019-09-14)
ast/binary.go (351, 2019-09-14)
ast/block.go (221, 2019-09-14)
ast/call.go (611, 2019-09-14)
ast/call_test.go (884, 2019-09-14)
ast/core/ (0, 2019-09-14)
ast/core/declaration.go (56, 2019-09-14)
ast/core/expression.go (319, 2019-09-14)
ast/core/node.go (36, 2019-09-14)
ast/core/runtime.go (165, 2019-09-14)
ast/core/statement.go (362, 2019-09-14)
ast/definition.go (638, 2019-09-14)
ast/function.go (1208, 2019-09-14)
ast/function_test.go (807, 2019-09-14)
ast/if_else.go (464, 2019-09-14)
ast/loop.go (1434, 2019-09-14)
ast/operation.go (420, 2019-09-14)
ast/program.go (187, 2019-09-14)
ast/return.go (215, 2019-09-14)
ast/string.go (276, 2019-09-14)
ast/value.go (163, 2019-09-14)
cmd/ (0, 2019-09-14)
cmd/run/ (0, 2019-09-14)
cmd/run/run.go (267, 2019-09-14)
lexer/ (0, 2019-09-14)
lexer/consumers.go (10019, 2019-09-14)
lexer/consumers_test.go (10684, 2019-09-14)
lexer/fsm/ (0, 2019-09-14)
lexer/fsm/fsm.go (1043, 2019-09-14)
lexer/fsm/fsm_test.go (1421, 2019-09-14)
lexer/lexer.go (3450, 2019-09-14)
lexer/lexer_test.go (13650, 2019-09-14)
lexer/token.go (3944, 2019-09-14)
lexer/token_test.go (1285, 2019-09-14)
lexer/utils.go (3816, 2019-09-14)
... ...

# Hero Lang [![Build Status](https://travis-ci.com/amupitan/hero.svg?branch=master)](https://travis-ci.com/amupitan/hero) [![codecov](https://codecov.io/gh/amupitan/hero/branch/master/graph/badge.svg)](https://codecov.io/gh/amupitan/hero) Hero lang is a simple programming language that I'm writing to learn how programming languages are made *It is inspired by this [tutorial](https://hackernoon.com/lets-build-a-programming-language-2612349105c6).*

近期下载者

相关文件


收藏者