Commit Graph

32 Commits (75cc289ad7e26bbdf0a96877f61fbe64ac4e753c)
 

Author SHA1 Message Date
Hauke D 75cc289ad7 Improved handling of empty pattern
and separated warning and error messages
7 years ago
Hauke D 1aafe2099b Match highlighting fixes and updates
- Zero-length matches weren't being handled correctly
- Non-matching capture groups weren't being handled correctly
- Added capture group names
7 years ago
Hauke D d58ec6e086 Improved 'use re "debug";' display 7 years ago
Hauke D 602065d2d6 Added debug and regex error handling code 7 years ago
Hauke D f635507189 Several minor tweaks to regex tester 7 years ago
Hauke D c43c6d1c46 Updated gitignore 7 years ago
Hauke D ae8cb21648 Added initial version of regex tester 7 years ago
Hauke D e0623713e8 Updated gitignore 7 years ago
Hauke D 8d4ac5a988 Minor doc updates 7 years ago
Hauke D 3040ee0f3c Added experimental module dependency resolver 7 years ago
Hauke D a18fd401c5 Allow multiple state change listeners 7 years ago
Hauke D 550d9fa0f3 Added a to-do 7 years ago
Hauke D fa7842b1af Very minor doc tweak 7 years ago
Hauke D c36e09965a
Created issue template 7 years ago
Hauke D 561e3d7447 Updated changelog for v0.03-beta 7 years ago
Hauke D f7dab75e7d Added "experiments" 7 years ago
Hauke D 8450c666c3 build.pl --remakeout should remake emperl.js too 7 years ago
Hauke D b7f7e40b54 Removed item from ToDo list
Taken care of in
haukex/emperl5@e4021902e4
7 years ago
Hauke D bebc98df33 Fixed a ToDo (via documentation) 7 years ago
Hauke D 317a84e7b2 Fixed a bug in Perl.outputLine
The "chan" argument is no longer prefixed to the output.
7 years ago
Hauke D cb6b91785d Documentation updates 7 years ago
Hauke D e974313735 Added runtests.html
For now this just runs WebPerl.t without requiring the "mini IDE".
7 years ago
Hauke D e5b9aff9b9 Create a generic function for calling Perl subs
Previously, each call to a Perl sub would "eval" a bunch of JS code,
this allows simplification of that "eval" by providing Perl.dispatch,
on which a JS "bind" can be done.
7 years ago
Hauke D 79bc02ccaf Allow build.pl's "git fetch" to fail cleanly
For example, in case the user doesn't have network connectivity.
7 years ago
Hauke D 7b31a8ff56 Moved some documentation to the website 7 years ago
Hauke D 52b787d8b7 Autoload WebPerl for <script> tags 7 years ago
Hauke D fdfcf63f91 Fix URL resolution for file:// URLs (closes #1)
Although this should fix the "null" appearing in the generated
"baseurl", opening the pages via file:// will most likely still not work
due to the Same-Origin Policy.
7 years ago
Hauke D 58c06898b6 Added AJAX demo 7 years ago
Hauke D e9fe2a7c7c Updated Changelog for fix in emperl5
haukex/emperl5@97174dd067
7 years ago
Hauke D 9d60bc66a1 Added skeleton Changelog 7 years ago
Hauke D 6e4cc6b934 Updated Readme and added it to release 7 years ago
Hauke D 8733c25cd3 Initial public release of WebPerl 7 years ago