aboutsummaryrefslogtreecommitdiffstats
path: root/epan/protobuf_lang_parser.lemon
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-10/+10
2023-07-14Protobuf: improve the speed of loading protobuf language fileshuangqiangxiong1-5/+3
2022-11-20Add macros to control lemon diagnosticsJoão Valverde1-3/+5
2022-11-17CMake: Move clang warningsJoão Valverde1-0/+4
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-4/+4
2021-04-16Add missing prototypes to lemon-generated code.Gerald Combs1-0/+4
2021-04-02protobuf: Fix leaking nodes and stringsTomasz Moń1-1/+1
2021-03-27protobuf: fix leaking tokensTomasz Moń1-3/+5
2021-03-26protobuf: free memory used by scanner after parsingTomasz Moń1-0/+2
2020-12-27Protobuf: fix bugs that parsing complex syntax .proto filesHuang Qiangxiong1-9/+53
2020-12-09Fix various spelling errors.Guy Harris1-1/+1
2020-11-18Protobuf: rewrite parser of *.proto file from Bison to LemonHuang Qiangxiong1-0/+632