go-json

所属分类:collect
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2023-08-15 08:35:35
上 传 者sh-1993
说明:  用Go编写的JSON解析器,用于娱乐和学习目的
(JSON parser written in Go for fun and learning purposes)

文件列表:
.codespellrc (41, 2023-10-11)
.wordlist.txt (6, 2023-10-11)
LICENSE (1064, 2023-10-11)
TODO (1291, 2023-10-11)
ast/ (0, 2023-10-11)
ast/ast.go (1217, 2023-10-11)
go.mod (84, 2023-10-11)
go.sum (167, 2023-10-11)
lexer/ (0, 2023-10-11)
lexer/lexer.go (4365, 2023-10-11)
lexer/lexer_test.go (10667, 2023-10-11)
main.go (525, 2023-10-11)
main_test.go (239, 2023-10-11)
parser/ (0, 2023-10-11)
parser/parser.go (3634, 2023-10-11)
parser/parser_test.go (9576, 2023-10-11)
token/ (0, 2023-10-11)
token/token.go (327, 2023-10-11)

# go-json [![main](https://github.com/teleivo/go-json/actions/workflows/main.yml/badge.svg)](https://github.com/teleivo/go-json/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/teleivo/go-json/branch/main/graph/badge.svg?token=EFZR5OI7I2)](https://codecov.io/gh/teleivo/go-json) | :zap: This project is purely for my enjoyment of Go and programming :smile:. It is not a producation ready JSON parser! | |-------------------------------------------------------------------------------------------------------------------------| The beautiful book [Writing An Interpreter In Go](https://interpreterbook.com/) inspired and gave me confidence to finally write a parser for JSON. This intrigued me for quite a while :smile: ## Usage ## Limitations * This project is purely for my enjoyment of Go and programming :smile:. It is not a producation ready JSON parser!

近期下载者

相关文件


收藏者