issues
search
MoeOrganization
/
moe
An -OFun prototype of an Ultra Modern Perl 5
http://moe.iinteractive.com
MIT License
278
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
__PACKAGE__() as a sub, not a special token
#129
amiri
opened
11 years ago
3
Update README.md
#128
missaugustina
closed
11 years ago
0
Update README.md
#127
missaugustina
closed
11 years ago
0
Perl5 string transliteration (method and operator)
#126
prakashk
closed
11 years ago
3
Perl5 string transliteration (method and operator)
#125
prakashk
closed
11 years ago
1
proper implementation of qx// operator
#124
prakashk
closed
11 years ago
0
Fix ```qx//``` operator
#123
stevan
opened
11 years ago
1
quote operators and more tests
#122
prakashk
closed
11 years ago
2
regexes with brackets as delimiters and double-quoted string interpolation
#121
prakashk
closed
11 years ago
0
basic regex support. Just a wrapper for scala (java) regex classes.
#120
prakashk
closed
11 years ago
1
make single assignment a BinOp with "=" as the operator
#119
prakashk
closed
11 years ago
5
Add support for "return" keyword
#118
stevan
opened
11 years ago
0
unless statement and statement modifiers
#117
prakashk
closed
11 years ago
1
Add support for &?METHOD
#116
stevan
opened
11 years ago
0
Add support for &?ROUTINE
#115
stevan
closed
11 years ago
0
Add support for __DATA__
#114
stevan
opened
11 years ago
0
Add support for __END__
#113
stevan
opened
11 years ago
0
Add support for __FILE__
#112
stevan
opened
11 years ago
2
Add support for $?SUB and $?METHOD
#111
stevan
closed
11 years ago
1
Add support for __PACKAGE__, __SUB__, __METHOD__ and __CLASS__
#110
stevan
opened
11 years ago
3
Few command line options
#109
prakashk
closed
11 years ago
0
for loop etc.
#108
prakashk
closed
11 years ago
3
default-value parameters
#107
prakashk
closed
11 years ago
1
Remove the need for semicolons on assignment statements
#106
stevan
closed
11 years ago
0
Add support for statement modifiers
#105
stevan
closed
11 years ago
0
Make MoeClass.getFullyQualifiedName work properly
#104
stevan
closed
11 years ago
1
Various things (sans the REPL-scope commit)
#103
prakashk
closed
11 years ago
1
Various things
#102
prakashk
closed
11 years ago
4
Make Str, Int and Num all immutable
#101
stevan
opened
11 years ago
0
Track file and line information in AST
#100
stevan
opened
11 years ago
2
Convert examples in spec/ to test in t/
#99
stevan
opened
11 years ago
0
Capture stack frames in interpreter
#98
stevan
closed
11 years ago
0
Add support for topic variable ($_) in some Array operations
#97
stevan
closed
11 years ago
0
Improve "unless" support
#96
stevan
closed
11 years ago
0
Try/Catch/Finally in the interpreter
#95
stevan
opened
11 years ago
0
Parser support for "for" and "foreach" statements
#94
stevan
closed
11 years ago
0
Add regular expression support
#93
stevan
opened
11 years ago
0
Convert assignment AST nodes to BinaryOp nodes for "="
#92
stevan
opened
11 years ago
0
Get rid of the class "sigil"
#91
stevan
closed
11 years ago
1
add eval_lives_ok and eval_throws_ok to Test::More
#90
stevan
closed
11 years ago
1
Improve separation of compile and evaluate phases
#89
stevan
opened
11 years ago
0
org.moe.interpreter.guts.Utils.walkAST is not complete
#88
stevan
opened
11 years ago
0
array sort
#87
prakashk
closed
11 years ago
0
few more array methods
#86
prakashk
closed
11 years ago
1
spec/examples/99-problems converted to tests
#85
prakashk
closed
11 years ago
1
Array slicing by range/another array and other stuff
#84
prakashk
closed
11 years ago
4
Multi-level indexing for arrays and hashes
#83
prakashk
closed
11 years ago
1
Misc fixes
#82
prakashk
closed
11 years ago
0
Flattening of nested arrays, array repetition operator etc
#81
prakashk
closed
11 years ago
1
String Literal parsing fix
#80
prakashk
closed
11 years ago
1
Next