1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
modified output of last step in SMC^2 More... over 9 years ago
fixed output of the evidence More... over 9 years ago
Working on placeholders. More... over 9 years ago
Merge branch 'server' of https://github.com/lawmurray/LibBi.git into server More... over 9 years ago
Added Bison output files to .gitignore. More... over 9 years ago
Worked basic reference resolution into parser. More... over 9 years ago
Fixed segfaults and corrected output for basic test_parser. More... over 9 years ago
Continued better distinction between expressions and statements. More... over 9 years ago
Trying to be more explicit with program elements: typed (expressions) vs untyped (statements), with braces being an instance of both. More... over 9 years ago
Removed shared_ptr use from parser, too much jumping through hoops with Bison union. More... over 9 years ago
Working in reference resolution. More... over 9 years ago
Changed handling of scopes and groups. More... over 9 years ago
Shortened lengthy alternatives for function definitions etc using optional components. More... over 9 years ago
Split block (i.e. with {..}) and non-block (i.e. with ...;) statement rules for clarity. More... over 9 years ago
Tidied up some warnings. More... over 9 years ago
Finished implementation of comparison operators. More... over 9 years ago
Removed setType() function in favour of direct use of type attribute. More... over 9 years ago
Inlined constructors for all expression classes. Added assertion checks for NULL arguments. More... over 9 years ago
Merge branch 'server' of https://github.com/lawmurray/LibBi into server More... over 9 years ago
Changed function syntax from right arrow (->) to just giving type in signature with usual colon (:) syntax, and having a return clause. Made all expressions typed. More... over 9 years ago
Changed mockups to contemplate unified "def" keyword in place of "method", "model", "macro", "function" and "class". More... over 9 years ago
Some more mockup of LibBi code. More... over 9 years ago
Renamed "transform" to "macro" in language. More... over 9 years ago
Playing around with proposed RK43 implementation in LibBi. More... over 9 years ago
Minor changes. More... over 9 years ago
Simplified comparison operator overloads for expression classes, four are now non-virtual, but expressed in terms of the other two, most commonly used. More... over 9 years ago
Added class inheritance. More... over 9 years ago
Added classes. More... over 9 years ago
Renamed pointer_less_or_equal to pointer_less_equal to be consistent with STL naming. More... over 9 years ago
Added pointer_less_or_equal to allow equality matches in overloads. Added (but haven't tested) find function in poset. More... over 9 years ago