Added ability to have an expression in a With statement.
Bugfix in variable file load: it was loading the quotes into the string value instead of the string inside the quotes.
End to end unit test had errors.
Added code for an optimizing phase. It seems to...
change version back to 1.0-snapshot.
Added a DEFINE LOOKUP statement. For now it wil...
0.1 commit.
Changed calculation for margin percentage.
Created new BBLProgram to represent the idea of...
Added a help to the CL.
Changed BBLProgram to be BBLProgramRuntime, sin...
Added a CL option to load program from a file.
Bugfix in string parser for numbers.
Added a CL option for variables from a file.
Changed the BBLMain class to be an actual usefu...
Changed lookup to have a base class with deriva...
Several refactoring changes, especially around ...
Rewrote the grammar file so that the grammar is...
BugFix: conditions on the statement part of For...
Merge origin/master
Added an Examples page to the site.
Made changes to Variables to include current re...
Changed the Operator logic so that the actual w...
Added MIT license info.
Added the else part of do.
Added some more documentation
Added some documentation.
Added the "OF" part of percent. Added some unit...
Added support for percentage
Added some documentation.
Added a new statement: For. This is - in my opi...
Stuff for site building. Still not able to use ...
Added some markdown pages for a website.
Some cleanuo, refactoring, javadoc.
Added a program builder, in BBLProgram. It prov...
Initial commit of maven version of the BBL proj...