Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Pyparsing 3.3.0b1#624

ptmcg announced inAnnouncements
Nov 26, 2025· 0 comments
Discussion options

(added in 3.3.0b1)

  • Implemented a TINY language parser/interpreter using pyparsing, in theexamples/tiny directory. This is a little tutorial language that I used to demonstrate how to use pyparsing to build a simple interpreter, following a recommended parser+AST+engine+run structure. The docs sub-directory also includes transcripts of the AI session used to create the parser and the interpreter.

  • Fixed minor formatting bugs in pyparsing.testing.with_line_numbers, found during development of the TINY language example.

  • Added test inDelimitedList andnested_expr which auto-suppress delimiting commas to avoid wrapping in aSuppress if delimiter is already aSuppress.

  • Added performance benchmarking tools and documentation:

    • tests/perf_pyparsing.py runs a series of benchmark parsing tests, exercising different aspects of the pyparsing package. For cross-version analysis, this script can export results as CSV and append to a consolidated data file.
    • Runner scriptsrun_perf_all_tags.bat (Windows) andrun_perf_all_tags.sh (Ubuntu/bash) execute the benchmark across multiple Python versions (3.9–3.14) and pyparsing versions (3.1.1 through 3.3.0), aggregating results intoperf_pyparsing.csv at the repo root.
    • Seetests/README.md for usage instructions.

This discussion was created from the releasePyparsing 3.3.0b1.
You must be logged in to vote

Replies: 0 comments

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
None yet
1 participant
@ptmcg

[8]ページ先頭

©2009-2025 Movatter.jp