|
|
|
@13724
|
[13724]
|
2 years |
audreyt |
* Fix compilation error against Parrot 0.4.6+, but this doesn't
help at …
|
|
|
|
@11856
|
[11856]
|
2 years |
lwall |
Dewarnify embedder.
|
|
|
|
@11855
|
[11855]
|
2 years |
lwall |
Parrot_exit and Parrot_on_exit now take interpreter arg.
|
|
|
|
@10569
|
[10569]
|
2 years |
audreyt |
* Give up hope on multiply embedding parrot for now.
|
|
|
|
@10568
|
[10568]
|
2 years |
audreyt |
* parrotembed.c - first sketch at working around Parrot/IMCC's
abysmal …
|
|
|
|
@10256
|
[10256]
|
3 years |
audreyt |
* run_pge.pir: set Pugs/PGE external-parrot bridge to
accept utf8 and …
|
|
|
|
@7837
|
[7837]
|
3 years |
autrijus |
* Now that PGE::Hs is part of parrot, remove the
inlining fix from …
|
|
|
|
@7289
|
[7289]
|
3 years |
autrijus |
* chases Parrot-side changes of s/isnull/if_null/g
|
|
|
|
@7255
|
[7255]
|
3 years |
autrijus |
* For Parrot 0.3.0, we need to inline PGE::Hs into run_pge.pir
for rules …
|
|
|
|
@5696
|
[5696]
|
3 years |
autrijus |
* Various, cosmetic, accessory file cleanup.
|
|
|
|
@4961
|
[4961]
|
3 years |
autrijus |
* pairs are always evaluated in lvalue context for binding name purposes.
|
|
|
|
@4574
|
[4574]
|
3 years |
putter |
Parse array and hash captures in regexp. Just because they are not …
|
|
|
|
@4571
|
[4571]
|
3 years |
putter |
Parse non-capturing subrules <?foo>, and subrule names with ":" and ".". …
|
|
|
|
@3602
|
[3602]
|
4 years |
autrijus |
* add back iglobals.pasm
|
|
|
|
@3412
|
[3412]
|
4 years |
putter |
Minor fix of run_pge.pir
|
|
|
|
@3409
|
[3409]
|
4 years |
autrijus |
* Matt Diephouse pointed out that run_pge.pir can easily
turn off …
|
|
|
|
@3402
|
[3402]
|
4 years |
autrijus |
* Fix a bug in run_pge in external single-process parrot mode:
…
|
|
|
|
@3357
|
[3357]
|
4 years |
autrijus |
* initial check in of user-defined symbolic unary (does not work yet)
* …
|
|
|
|
@3252
|
[3252]
|
4 years |
autrijus |
* allow taking args from cmd line.
|
|
|
|
@3236
|
[3236]
|
4 years |
autrijus |
* external parrot for Rules is now kept in a single process, instead of …
|
|
|
|
@3183
|
[3183]
|
4 years |
autrijus |
* trans_charset.
|
|
|
|
@3121
|
[3121]
|
4 years |
autrijus |
* revert last change for now as it breaks parrot 0.2.0
|
|
|
|
@3118
|
[3118]
|
4 years |
autrijus |
* sync pge
|
|
|
|
@3079
|
[3079]
|
4 years |
iblech |
Added the usual svn properties to ext/Set, src/pge, …
|
|
|
|
@3072
|
[3072]
|
4 years |
autrijus |
* save a private copy of Data::Escape just in case.
|
|
|
|
@3029
|
[3029]
|
4 years |
autrijus |
* sync up with PGE for character classes.
|
|
|
|
@3027
|
[3027]
|
4 years |
autrijus |
* syncup.
|
|
|
|
@2990
|
[2990]
|
4 years |
autrijus |
* oops, typo
|
|
|
|
@2958
|
[2958]
|
4 years |
autrijus |
* "imc" renamed to "pir" to agree with leo and pmichaud's nomenclature.
|
|
|
|
@2947
|
[2947]
|
4 years |
autrijus |
* named rules now really work in external parrot.
|
|
|
|
@2945
|
[2945]
|
4 years |
autrijus |
* external parrot should be able to play with subrules too
|
|
|
|
@2944
|
[2944]
|
4 years |
autrijus |
* named rules and subrule support.
|
|
|
|
@2936
|
[2936]
|
4 years |
autrijus |
* PGE parsefails no longer fatal.
* fix rules.t so it largely runs. don't …
|
|
|
|
@2926
|
[2926]
|
4 years |
autrijus |
* Unify PCRE and PGE into the same VMatch framework.
This makes $/.from …
|
|
|
|
@2895
|
[2895]
|
4 years |
autrijus |
* match objects.
|
|
|
|
@2889
|
[2889]
|
4 years |
autrijus |
* Distinguish between PGE_Fail and PGE_Array [].
* rename PGE.pbc to …
|
|
|
|
@2887
|
[2887]
|
4 years |
autrijus |
* stopgap -- fix parsing -- but not yet captured correctly
|
|
|
|
@2884
|
[2884]
|
4 years |
autrijus |
* PGE_Match now captures named captures too
|
|
|
|
@2880
|
[2880]
|
4 years |
autrijus |
* Parse the new nested capture semantics from PGE.
|
|
|
|
@2879
|
[2879]
|
4 years |
autrijus |
* add README from PGE.
|
|
|
|
@2872
|
[2872]
|
4 years |
autrijus |
* sync with the dump format as used in the parrot tree
|
|
|
|
@2870
|
[2870]
|
4 years |
autrijus |
* real, honest-to-discordia Rules support via embedded Parrot.
|
|
|
|
@2861
|
[2861]
|
4 years |
autrijus |
* real, honest-to-eris, Perl 6 Rules support!
|
|
|
|
@2858
|
[2858]
|
4 years |
autrijus |
* New, improved, parrot-based PGE
|