• Home
  • Raw
  • Download

Lines Matching full:github

5 [![Build Status](https://github.com/Geal/nom/actions/workflows/ci.yml/badge.svg)](https://github.co…
6 …overage Status](https://coveralls.io/repos/github/Geal/nom/badge.svg?branch=main)](https://coveral…
96 - [Various design documents and tutorials](https://github.com/Geal/nom/tree/main/doc)
97 - [List of combinators and their behaviour](https://github.com/Geal/nom/blob/main/doc/choosing_a_co…
118 - [FLV parser](https://github.com/rust-av/flavors)
119 - [Matroska parser](https://github.com/rust-av/matroska)
120 - [tar parser](https://github.com/Keruspe/tar-parser.rs)
135 - [HTTP proxy](https://github.com/sozu-proxy/sozu/tree/main/lib/src/protocol/http/parser)
136 - [TOML parser](https://github.com/joelself/tomllib)
145 can leverage with [nom_locate](https://github.com/fflorent/nom_locate) to
152 - [PHP VM](https://github.com/tagua-vm/parser)
154 - [xshade shading language](https://github.com/xshade-lang/xshade/)
170 - [HTTP proxy](https://github.com/sozu-proxy/sozu/tree/main/lib/src/protocol/http/parser)
171 - [Using nom with generators](https://github.com/Geal/generator_nom)
206 Some benchmarks are available on [Github](https://github.com/Geal/nom_benchmarks).
239 - [Get line and column info in nom's input type](https://github.com/fflorent/nom_locate)
240 - [Using nom as lexer and parser](https://github.com/Rydgel/monkey-rust)
246 - Text file formats: [Ceph Crush](https://github.com/cholcombe973/crushtool),
247 [Cronenberg](https://github.com/ayrat555/cronenberg),
248 [XFS Runtime Stats](https://github.com/ChrisMacNaughton/xfs-rs),
249 [CSV](https://github.com/GuillaumeGomez/csv-parser),
250 [FASTA](https://github.com/TianyiShi2001/nom-fasta),
251 [FASTQ](https://github.com/elij/fastq.rs),
252 [INI](https://github.com/Geal/nom/blob/main/tests/ini.rs),
253 [ISO 8601 dates](https://github.com/badboy/iso8601),
254 [libconfig-like configuration file format](https://github.com/filipegoncalves/rust-config),
255 [Web archive](https://github.com/sbeckeriv/warc_nom_parser),
256 [PDB](https://github.com/TianyiShi2001/nom-pdb),
257 [proto files](https://github.com/tafia/protobuf-parser),
258 [Fountain screenplay markup](https://github.com/adamchalmers/fountain-rs),
259 [vimwiki](https://github.com/chipsenkbeil/vimwiki-server/tree/master/vimwiki) & [vimwiki_macros](ht…
261 [PHP](https://github.com/tagua-vm/parser),
262 [Basic Calculator](https://github.com/balajisivaraman/basic_calculator_rs),
263 [GLSL](https://github.com/phaazon/glsl),
264 [Lua](https://github.com/doomrobo/nom-lua53),
265 [Python](https://github.com/ProgVal/rust-python-parser),
266 [SQL](https://github.com/ms705/nom-sql),
267 [Elm](https://github.com/cout970/Elm-interpreter),
268 [SystemVerilog](https://github.com/dalance/sv-parser),
269 [Turtle](https://github.com/vandenoever/rome/tree/master/src/io/turtle),
270 [CSML](https://github.com/CSML-by-Clevy/csml-interpreter),
271 [Wasm](https://github.com/Strytyp/wasm-nom),
272 [Pseudocode](https://github.com/Gungy2/pseudocode)
273 [Filter for MeiliSearch](https://github.com/meilisearch/meilisearch)
274 - Interface definition formats: [Thrift](https://github.com/thehydroimpulse/thrust)
276 [GIF](https://github.com/Geal/gif.rs),
277 [MagicaVoxel .vox](https://github.com/davidedmonds/dot_vox),
278 [midi](https://github.com/derekdreery/nom-midi-rs),
279 [SWF](https://github.com/open-flash/swf-parser),
280 [WAVE](http://github.com/noise-Labs/wave),
281 [Matroska (MKV)](https://github.com/rust-av/matroska)
283 [TAR](https://github.com/Keruspe/tar-parser.rs),
284 [GZ](https://github.com/nharward/nom-gzip),
285 [GDSII](https://github.com/erihsu/gds2-io)
287 [X.509](https://github.com/rusticata/x509-parser)
289 [Bencode](https://github.com/jbaum98/bencode.rs),
290 [D-Bus](https://github.com/toshokan/misato),
291 [DHCP](https://github.com/rusticata/dhcp-parser),
292 [HTTP](https://github.com/sozu-proxy/sozu/tree/main/lib/src/protocol/http),
293 [URI](https://github.com/santifa/rrp/blob/master/src/uri.rs),
294 [IMAP](https://github.com/djc/tokio-imap),
295 [IRC](https://github.com/Detegr/RBot-parser),
296 [Pcap-NG](https://github.com/richo/pcapng-rs),
297 [Pcap](https://github.com/ithinuel/pcap-rs),
298 [Pcap + PcapNG](https://github.com/rusticata/pcap-parser),
299 [IKEv2](https://github.com/rusticata/ipsec-parser),
300 [NTP](https://github.com/rusticata/ntp-parser),
301 [SNMP](https://github.com/rusticata/snmp-parser),
302 [Kerberos v5](https://github.com/rusticata/kerberos-parser),
303 [DER](https://github.com/rusticata/der-parser),
304 [TLS](https://github.com/rusticata/tls-parser),
305 [IPFIX / Netflow v10](https://github.com/dominotree/rs-ipfix),
306 [GTP](https://github.com/fuerstenau/gorrosion-gtp),
307 [SIP](https://github.com/armatusmiles/sipcore/tree/master/crates/sipmsg),
308 [Prometheus](https://github.com/timberio/vector/blob/master/lib/prometheus-parser/src/line.rs)
310 [BNF](https://github.com/snewt/bnf)
312 [Gameboy ROM](https://github.com/MarkMcCaskey/gameboy-rom-parser),
313 [ANT FIT](https://github.com/stadelmanma/fitparse-rs),
314 [Version Numbers](https://github.com/fosskers/rs-versions),
315 [Telcordia/Bellcore SR-4731 SOR OTDR files](https://github.com/JamesHarrison/otdrs),
316 [MySQL binary log](https://github.com/PrivateRookie/boxercrab),
317 [URI](https://github.com/Skasselbard/nom-uri),
318 [Furigana](https://github.com/sachaarbonel/furigana.rs),
319 [Wordle Result](https://github.com/Fyko/wordle-stats/tree/main/parser)
321 …`nom`? A list of not yet implemented formats is available [here](https://github.com/Geal/nom/issue…
329 <a href="https://github.com/geal/nom/graphs/contributors">