1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rebuild the grammar
ciceron
as Stephane Carrez
More... over 7 years ago
Update the grammar to allow the definition of properties or definition names with the same rule Accept the '/' in the grammar
ciceron
as Stephane Carrez
More... over 7 years ago
Implement the Print procedure Implement the Register procedure to register all the builtin types Add the <time> builtin type
ciceron
as Stephane Carrez
More... over 7 years ago
Declare the Register procedure to register the builtin types in the repository Change the pre-defined types to private types Declare Builtin_Rule_Type as root for builtin types Override the Print procedure to report the builtin type name New Time_Rule_Type type
ciceron
as Stephane Carrez
More... over 7 years ago
Update the Print procedure implementation Move the repository instance to the Main child package Move the builtin type registrations to the Types package
ciceron
as Stephane Carrez
More... over 7 years ago
Change the Print procedure to be able to have a dedicated implementation for each rule type Override Print for each rule type
ciceron
as Stephane Carrez
More... over 7 years ago
If Left and Right are equal (same pointer), return True
ciceron
as Stephane Carrez
More... over 7 years ago
Rebuild the lexer
ciceron
as Stephane Carrez
More... over 7 years ago
Fix the num regexp to take into account the minus sign of numbers
ciceron
as Stephane Carrez
More... over 7 years ago
Merge branch 'master' of github.com:stcarrez/ada-css
ciceron
as Stephane Carrez
More... over 7 years ago
Implement the Finalize the Print procedures
ciceron
as Stephane Carrez
More... over 7 years ago
Declare the Print and Finalize procedure
ciceron
as Stephane Carrez
More... over 7 years ago
Catch the Parser_Tokens.Syntax_Error exception to report an error message
ciceron
as Stephane Carrez
More... over 7 years ago
Update the test
ciceron
as Stephane Carrez
More... over 7 years ago
Fix the && group verification to handle optional member (ex: && [ cond ]?)
ciceron
as Stephane Carrez
More... over 7 years ago
Add CSS parser test for @keyframes
ciceron
as Stephane Carrez
More... over 7 years ago
Erase the repository rules before re-loading the rules
ciceron
as Stephane Carrez
More... over 7 years ago
Implement the Clear and Finalize procedures
ciceron
as Stephane Carrez
More... over 7 years ago
Override the Finalize procedure on the repository to release the storage Declare the Clear procedure to delete the repository rules
ciceron
as Stephane Carrez
More... over 7 years ago
Add new parser tests
ciceron
as Stephane Carrez
More... over 7 years ago
Rebuild the grammar
ciceron
as Stephane Carrez
More... over 7 years ago
Update the grammar to parse @keyframes Fix the parsing of function expression with '-' operator
ciceron
as Stephane Carrez
More... over 7 years ago
Rebuild the grammar
ciceron
as Stephane Carrez
More... over 7 years ago
Fix @ rule to allow several rules in the definition Update the function grammar to allow empty parameter list
ciceron
as Stephane Carrez
More... over 7 years ago
Add new CSS files for the unit tests
ciceron
as Stephane Carrez
More... over 7 years ago
Update the rule definition
ciceron
as Stephane Carrez
More... over 7 years ago
Add CSS rule with no property
ciceron
as Stephane Carrez
More... over 7 years ago
Report an information log if the directory to scan does not exist
ciceron
as Stephane Carrez
More... over 7 years ago
Fix the || group verification
ciceron
as Stephane Carrez
More... over 7 years ago
Build the function value with its parameters
ciceron
as Stephane Carrez
More... over 7 years ago