0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
support for matching TryCastExpression and MethodInvocationExpression More... almost 16 years ago
change inheritance notation and allow base types to declare fields too More... almost 16 years ago
code pattern matching More... almost 16 years ago
moved data definitions to the top of the module (macros can appear anywhere now) More... almost 16 years ago
[] as now mandatory More... almost 16 years ago
initial support for the callable interface (introduced boojay.runtime) More... almost 16 years ago
string interpolation support More... almost 16 years ago
test structure refactoring More... almost 16 years ago
initial support for object arrays More... almost 16 years ago
support for reraise (raise with no arguments) and fixed ensure block behavior with regards to exceptions raised by exception handlers More... almost 16 years ago
better support for ensure More... almost 16 years ago
support for multiple arguments to 'print' macro More... almost 16 years ago
initial support for try/except/ensure/raise More... almost 16 years ago
use a synthetic java.lang.String class to provide the correct type information (IKVM's simply masks System.String as java.lang.String) More... almost 16 years ago
print macro can be safely used now More... almost 16 years ago
map the root exception type to java.lang.Exception More... almost 16 years ago
Boojay.Macros to replace the builtin boo macros with java oriented versions More... almost 16 years ago
include build.properties if exists More... almost 16 years ago
use java.lang.String More... about 16 years ago
refactored test structure More... about 16 years ago
reference equality and try cast ('as') support More... about 16 years ago
support for null literals More... about 16 years ago
make the jvm error visible in case of a failure More... about 16 years ago
DRY More... about 16 years ago
better test case for last match rule and last match support inside actions More... about 16 years ago
explicit generics syntax More... about 16 years ago
'isa' support More... about 16 years ago
support for tests in subfolders More... about 16 years ago
examples for the blog entry More... about 16 years ago
support for rebinding rules More... about 16 years ago