openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pake
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 15 hours
ago.
Jun 25, 2024 — Jun 25, 2025
Showing page 1 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Renamed two files
Marek Marecki
More...
over 10 years ago
Small change in how directories are listed
Marek Marecki
More...
over 10 years ago
Moved Grass parts into separate project
Marek Marecki
More...
over 11 years ago
Some changes in bracket and logical-end matching methods
Marek Marecki
More...
over 11 years ago
Added debugging parameter to .translate() method (for future sue)
Marek Marecki
More...
over 11 years ago
Definitions and redefinitions are handled by the same method
Marek Marecki
More...
over 11 years ago
Suplying value in instant definition via reference fails when referenced field has no defined value
Marek Marecki
More...
over 11 years ago
Tested supplying values in instant definitions via references
Marek Marecki
More...
over 11 years ago
Added tests for and implemented working `infer` modifier in instant definitions
Marek Marecki
More...
over 11 years ago
Refactored definitnion translation into its own method
Marek Marecki
More...
over 11 years ago
Added new modifier, refactored declaratio tranlsation into its own method
Marek Marecki
More...
over 11 years ago
Added sample testing.grass file containing Grass source code (it can be compiled with grassc)
Marek Marecki
More...
over 11 years ago
Some restructuring in test suite
Marek Marecki
More...
over 11 years ago
Preparing to rework the test suite and then implement missing features of PAKE
Marek Marecki
More...
over 11 years ago
Removed old tests, modified list of Grass reserved keywords (guard got kicked out, and throw was added), updated TODO
Marek Marecki
More...
over 11 years ago
Renamed grasscompiler.py to grassc
Marek Marecki
More...
over 11 years ago
Grass README made a little bit nicer, added simple grasscopmiler whcih can be used to test for code correctness and to stress Grass syntax and features without going low-level and fiddling with tokenizer, joiner, striper and translator directly
Marek Marecki
More...
over 11 years ago
Implemented `guard`, `hard` and `infer` modifiers for constants and variabler in translator
Marek Marecki
More...
over 11 years ago
Described , and modifiers for constants and variables
Marek Marecki
More...
over 11 years ago
Added more complete description of Grass metalanguage features
Marek Marecki
More...
over 11 years ago
Fixed bugs in importing mechanism which 1) would not throw error when reference was not pointing to anything in imported file (importing empty references), and 2) would allow to import variables into functions, functions into namespaces etc. not the actaual keyword is checked
Marek Marecki
More...
over 11 years ago
Changed error message for invalid types in declarations, extended functionality of keyword
Marek Marecki
More...
over 11 years ago
Gives warnings about refactoring needed, added README describing Grass metalanguage
Marek Marecki
More...
over 11 years ago
Added better error message about void references in call verification
Marek Marecki
More...
over 11 years ago
Improved type checking mechanisms
Marek Marecki
More...
over 11 years ago
Implemented delete keyword, improved datapiece compilation mechanism
Marek Marecki
More...
over 11 years ago
Fixed a bug which allowed for constant redefinition/redeclaration when using full constant definition syntax (now name-collision kicks in and prevents this)
Marek Marecki
More...
over 11 years ago
Improved translation of datapieces; variables can be redefined (allows to change value of variables) and redeclared (allows to change both value and type); redeclaration gives the ability to use the variable with various types (kinda like dynamic typing) but preserves the benefits of using strong, static typing
Marek Marecki
More...
over 11 years ago
Translator prevents constant redefinition, new internal helper method - _whatis() which returns what keyword was used to create given construct (something like meta-type?)
Marek Marecki
More...
over 11 years ago
Removed old and unused Grass API description file
Marek Marecki
More...
over 11 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree