File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
embedded/md/tcllib/files/modules/pt
www/tcllib/files/modules/pt Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22[ //000000001 ] : # ( pt::peg \- Parser Tools )
33[ //000000002 ] : # ( Generated from file 'pt\_ pegrammar\. man' by tcllib/doctools with format 'markdown' )
44[ //000000003 ] : # ( Copyright © ; 2009 Andreas Kupries <andreas\_ kupries@users\. sourceforge\. net> )
5- [ //000000004 ] : # ( pt::peg\( n\) 1\. 1 tcllib "Parser Tools" )
5+ [ //000000004 ] : # ( pt::peg\( n\) 1\. 1\. 1 tcllib "Parser Tools" )
66
77<hr > [ <a href =" ../../../../toc.md " >Main Table Of Contents</a > | ; <a
88href="../../../toc.md">Table Of Contents</a > | ; <a
Original file line number Diff line number Diff line change 22'\" Generated from file 'pt_pegrammar\&.man' by tcllib/doctools with format 'nroff'
33'\" Copyright (c) 2009 Andreas Kupries <andreas_kupries@users\&.sourceforge\&.net>
44'\"
5- .TH "pt::peg" n 1\& .1 tcllib "Parser Tools"
5+ .TH "pt::peg" n 1\& .1\& .1 tcllib "Parser Tools"
66.\" The -*- nroff -*- definitions below are for supplemental macros used
77.\" in Tcl/Tk manual entries.
88.\"
Original file line number Diff line number Diff line change 109109| < a href ="../../../../toc2.html "> Applications</ a >
110110 ] < hr >
111111< div class ="doctools ">
112- < h1 class ="doctools_title "> pt::peg(n) 1.1 tcllib "Parser Tools"</ h1 >
112+ < h1 class ="doctools_title "> pt::peg(n) 1.1.1 tcllib "Parser Tools"</ h1 >
113113< div id ="name " class ="doctools_section "> < h2 > < a name ="name "> Name</ a > </ h2 >
114114< p > pt::peg - Parsing Expression Grammar Serialization</ p >
115115</ div >
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ package ifneeded pt::pe 1.0.3 [list source [file join $dir pt_pexpression
1616package ifneeded pt::pe::op 1.0.2 [list source [file join $dir pt_pexpr_op.tcl]]
1717
1818# Parsing Expression Grammar support.
19- package ifneeded pt::peg 1.1 [list source [file join $dir pt_pegrammar.tcl]]
20- package ifneeded pt::peg::container 1.1 [list source [file join $dir pt_peg_container.tcl]]
19+ package ifneeded pt::peg 1. 1.1 [list source [file join $dir pt_pegrammar.tcl]]
20+ package ifneeded pt::peg::container 1.1 [list source [file join $dir pt_peg_container.tcl]]
2121package ifneeded pt::peg::interp 1.0.2 [list source [file join $dir pt_peg_interp.tcl]]
2222package ifneeded pt::peg::op 1.2.0 [list source [file join $dir pt_peg_op.tcl]]
2323package ifneeded pt::parse::peg 1.0.3 [list source [file join $dir pt_parse_peg.tcl]]
Original file line number Diff line number Diff line change 11[comment {-*- text -*- doctools manpage}]
2- [manpage_begin pt::peg n 1.1]
2+ [manpage_begin pt::peg n 1.1.1 ]
33[include include/module.inc]
44[titledesc {Parsing Expression Grammar Serialization}]
55[require pt::peg [opt 1.1]]
Original file line number Diff line number Diff line change 11# -*- tcl -*-
2- # Copyright (c) 2009 Andreas Kupries <andreas_kupries@sourceforge.net>
2+ # Copyright (c) 2009,2024 Andreas Kupries <andreas_kupries@sourceforge.net>
33
44# Verification of serialized PEGs, and conversion between
55# serializations and other data structures.
@@ -201,7 +201,7 @@ proc ::pt::peg::merge {seriala serialb} {
201201 array set sdb $rb($symbol)
202202
203203 if {$sda(mode) ne $sdb(mode) } {
204- return -code " Merge error for nonterminal \" $symbol \" , semantic mode mismatch"
204+ return -code error " Merge error for nonterminal \" $symbol \" , semantic mode mismatch"
205205 }
206206
207207 # Merge parsing expressions, if not identical ...
@@ -376,5 +376,5 @@ namespace eval ::pt::peg {
376376# # ## ### ##### ######## ############# #####################
377377# # Ready
378378
379- package provide pt::peg 1.1
379+ package provide pt::peg 1.1.1
380380return
You can’t perform that action at this time.
0 commit comments