3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove stale && and || registration More... almost 15 years ago
Remove stale && and || registration More... almost 15 years ago
Allow more general function dispatch More... almost 15 years ago
Add && and || operator short-circuiting More... almost 15 years ago
Fix eval() function More... almost 15 years ago
Fixes to for loops. Added elseif and else More... almost 15 years ago
Change equation to clone rhs. Add := ref equation. Failed clones will ref copy More... almost 15 years ago
Allow bash script header More... almost 15 years ago
Added for loop More... almost 15 years ago
Added inline map creation More... almost 15 years ago
Add prefix ++ and -- More... almost 15 years ago
Fix with function definitions of zero params More... almost 15 years ago
Move parser-specific stuff into its own class More... almost 15 years ago
Initial reworking of chaiscript parser to use the new chaioop parser More... almost 15 years ago
Add substr parse prevention. Add while, def, and if More... almost 15 years ago
Add id literals More... almost 15 years ago
Support cleaner usage of bind, by adding a built in _ variable More... almost 15 years ago
Added lambda parsing More... almost 15 years ago
Oops, adding missing header More... almost 15 years ago
Add floating point parsing More... almost 15 years ago
Added var decl, quoted strings, and singly-quoted char strings More... almost 15 years ago
Added dot notation and proper C identifiers More... almost 15 years ago
Added deep function and array access More... almost 15 years ago
Huge speed boost by getting rid of unnecessary match setup and teardown. More... almost 15 years ago
Fun call parsing fixed, but parsing waaaaay slower More... almost 15 years ago
Not quite there, but we're definitely improving with the parser. Once I work out how I want expression parsing working we'll be close More... almost 15 years ago
Add retry to dispatch mechanism in case of guard failure More... almost 15 years ago
Add stub (may be complete) guard implementation More... almost 15 years ago
Add support for seeing if a dispatch exists More... almost 15 years ago
Fixed up start/finish parser commands to carry more of the previous state More... almost 15 years ago