protobuf-go/internal/encoding
Joe Tsai 8cb9190264 internal/encoding/pack: replace AST with CST in documentation
According to linguistics, this is actually a concrete syntax tree, rather
than an abstract syntax tree since it perfectly represents the grammatical
structure of the original raw input.

On the other hand, an abstract syntax tree (AST) loses some
grammatical structure and is only concerned with preserving syntax.

See https://eli.thegreenplace.net/2009/02/16/abstract-vs-concrete-syntax-trees/

Change-Id: Ia3fdb407d2b15c5431984956b7d74921891c2ad9
Reviewed-on: https://go-review.googlesource.com/133995
Reviewed-by: Herbie Ong <herbie@google.com>
2018-09-11 00:29:57 +00:00
..
json internal/encoding/json: initial commit of JSON parser/serializer 2018-08-07 22:40:28 +00:00
pack internal/encoding/pack: replace AST with CST in documentation 2018-09-11 00:29:57 +00:00
text internal/encoding/text: initial commit of proto text format parser/serializer 2018-08-07 22:44:06 +00:00
wire