Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
cmod
Browse files
Oct 21, 2025
Always set errlloc to LOC_OPTLIST in opt_setup
· f04fb0e7
SBP
authored
Oct 21, 2025
f04fb0e7
Rework handling of exclusive sets of options
· c2ae543b
SBP
authored
Oct 20, 2025
c2ae543b
Oct 18, 2025
Allow break after %|
· b188ad1c
SBP
authored
Oct 18, 2025
b188ad1c
std:getopt sort short/long options by name
· 41eaef26
SBP
authored
Oct 18, 2025
41eaef26
Do not warn when redefining class method snippets
· ac228761
SBP
authored
Oct 18, 2025
ac228761
All keywords now require a space after their name
· 736477e7
SBP
authored
Oct 17, 2025
736477e7
Oct 17, 2025
Allow inverting str_mod tranforms (where possible)
· 9636c394
SBP
authored
Oct 17, 2025
9636c394
Support integer and character ranges in %switch
· ebad270a
SBP
authored
Oct 17, 2025
ebad270a
Allow backtick verbatim and atcall in %unused
· 3242a959
SBP
authored
Oct 16, 2025
3242a959
Oct 16, 2025
Allow breaking up long backtick verbatim
· 4656e549
SBP
authored
Oct 16, 2025
4656e549
Introduce : and default to %switch syntax
· 95df9c31
SBP
authored
Oct 16, 2025
95df9c31
Fix use of ... with parent snippets
· 94e494b8
SBP
authored
Oct 16, 2025
94e494b8
Oct 14, 2025
Updated README.md
· dd70fd08
SBP
authored
Oct 14, 2025
dd70fd08
Oct 05, 2025
Fix from building under AArch64
· 68b9945c
SBP
authored
Oct 04, 2025
68b9945c
Oct 04, 2025
Remove absolute path for SHELL in Makefile
· 4dd225d0
SBP
authored
Oct 04, 2025
4dd225d0
Small fixes from building under Guix
· 673ca11b
SBP
authored
Oct 04, 2025
673ca11b
%foreach [when] filters iterations
· fcae86a5
SBP
authored
Oct 03, 2025
fcae86a5
Enforcing of class invariants using %def checks
· 9ffc5bbe
SBP
authored
Oct 03, 2025
9ffc5bbe
Oct 03, 2025
Ignore extra arguments with ... in snippets
· c1be6428
SBP
authored
Oct 03, 2025
c1be6428
Parse child snippets with class methods
· dc79ee5b
SBP
authored
Oct 02, 2025
dc79ee5b
Sep 29, 2025
std:instance now allows calling superclass methods
· c9c76b01
SBP
authored
Sep 28, 2025
c9c76b01
Sep 28, 2025
Allow loading single-table JSON files
· 6c5dcd0d
SBP
authored
Sep 28, 2025
6c5dcd0d
Change %pipe syntax to use | with defined snippet
· b2ef9b5e
SBP
authored
Sep 28, 2025
b2ef9b5e
Allow passing type to %decl [self] as attribute
· b7d6b9dd
SBP
authored
Sep 28, 2025
b7d6b9dd
Sep 27, 2025
Implement subclass Formal_Argument_List
· ad0f1e48
SBP
authored
Sep 27, 2025
ad0f1e48
Sep 26, 2025
Advances in use of class argument_list
· 3a3b75a0
SBP
authored
Sep 25, 2025
3a3b75a0
Sep 25, 2025
Allow %enum [offset] with [seq]
· 1797d2c0
SBP
authored
Sep 25, 2025
1797d2c0
Implement and use argument_list.join() in parser
· 16b29b57
SBP
authored
Sep 25, 2025
16b29b57
%enum [seq] allows for globally sequential values
· e0f5b745
SBP
authored
Sep 25, 2025
e0f5b745
Sep 24, 2025
%switch [enum] now properly appends enum prefix
· 64fcd1a2
SBP
authored
Sep 23, 2025
64fcd1a2
Sep 23, 2025
Introduce DSL keyword UIDs based on snippets
· 8dd51ee9
SBP
authored
Sep 23, 2025
8dd51ee9
Do not store pointers to snippets in DSL
· a4fba7d2
SBP
authored
Sep 23, 2025
a4fba7d2
Check unique variable names in %foreach
· 8996ec39
SBP
authored
Sep 23, 2025
8996ec39
Disallow deletion of non-redef snippets and tables
· af50547f
SBP
authored
Sep 23, 2025
af50547f
Check %enum default is valid C identifier
· 0d20da73
SBP
authored
Sep 23, 2025
0d20da73
Only allocate C-specific storage when needed
· 9f8f4c61
SBP
authored
Sep 23, 2025
9f8f4c61
Only store C function names
· d8ed5728
SBP
authored
Sep 22, 2025
d8ed5728
Improvements to DSL str
· 4937429c
SBP
authored
Sep 22, 2025
4937429c
Sep 22, 2025
Allow omitting C% option name when appending
· 3c6b70e9
SBP
authored
Sep 21, 2025
3c6b70e9
Give %enum default description as attribute
· 514d02c2
SBP
authored
Sep 21, 2025
514d02c2
Loading