1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Build in debug mode by default
ciceron
as Stephane Carrez
More... over 7 years ago
Implement the Set_Value procedures
ciceron
as Stephane Carrez
More... over 7 years ago
Declare Unit_Type, yystype types Declare Set_Value operations to setup the yystype record
ciceron
as Stephane Carrez
More... over 7 years ago
Update the grammar to follow: https://drafts.csswg.org/css-syntax/ https://www.w3.org/TR/CSS21/grammar.html https://www.w3.org/TR/selectors/
ciceron
as Stephane Carrez
More... over 7 years ago
Update the lexer to follow https://www.w3.org/TR/selectors/ https://www.w3.org/TR/CSS21/grammar.html https://drafts.csswg.org/css-syntax/
ciceron
as Stephane Carrez
More... over 7 years ago
Stub for the Load procedure
ciceron
as Stephane Carrez
More... over 7 years ago
Declare the Load procedure
ciceron
as Stephane Carrez
More... over 7 years ago
Print the comments that were collected
ciceron
as Stephane Carrez
More... over 7 years ago
Add a Comments member to the CSSRule and Stylesheet types
ciceron
as Stephane Carrez
More... over 7 years ago
Register and execute the CSS.Comments unit tests
ciceron
as Stephane Carrez
More... over 7 years ago
Add unit tests for the CSS.Comments package
ciceron
as Stephane Carrez
More... over 7 years ago
Add unit tests for the CSS.Comments package
ciceron
as Stephane Carrez
More... over 7 years ago
Implement the operations for the CSS.Comments package
ciceron
as Stephane Carrez
More... over 7 years ago
Define the CSS.Comments package with types and operations to keep track of the CSS comments that were parsed in the CSS document
ciceron
as Stephane Carrez
More... over 7 years ago
Build the parser and lexer with Aflex and Ayacc
ciceron
as Stephane Carrez
More... over 7 years ago
Add lex rules to scan numbers with units
ciceron
as Stephane Carrez
More... over 7 years ago
Add a tools make target
ciceron
as Stephane Carrez
More... over 7 years ago
Update the grammar to parse the css property values and css rules
ciceron
as Stephane Carrez
More... over 7 years ago
Implement the Get_Type function for the CSSStyleRule type.
ciceron
as Stephane Carrez
More... over 7 years ago
Declare CSS.Core.Styles package with the CSSStyleRule and CSSStyle_Declaration types
ciceron
as Stephane Carrez
More... over 7 years ago
CSS tools main application
ciceron
as Stephane Carrez
More... over 7 years ago
Implement the Error procedure to report an error on a given line.
ciceron
as Stephane Carrez
More... over 7 years ago
Declare the CSS.Parser package with the internal Error procedure
ciceron
as Stephane Carrez
More... over 7 years ago
Lex parser to scan tokens for CSS content
ciceron
as Stephane Carrez
More... over 7 years ago
Yacc grammar to parse a CSS content
ciceron
as Stephane Carrez
More... over 7 years ago
Add make targets to generate the Lex & Yacc grammars
ciceron
as Stephane Carrez
More... over 7 years ago
Add src/parser for the Ada sources
ciceron
as Stephane Carrez
More... over 7 years ago
Rebuild
ciceron
as Stephane Carrez
More... over 7 years ago
GNAT project file for the CSS tools command
ciceron
as Stephane Carrez
More... over 7 years ago
Add css_tools.gpr file to configure
ciceron
as Stephane Carrez
More... over 7 years ago