Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mincss
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
mincss
Commits
48169281
Commit
48169281
authored
Jul 18, 2014
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some reference links to parser
parent
8818b317
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
parser.mly
parser.mly
+5
-1
No files found.
parser.mly
View file @
48169281
...
...
@@ -2,13 +2,17 @@
(* CSS grammar based on:
* - http://www.w3.org/TR/CSS2/grammar.html
* - http://www.w3.org/TR/css3-mediaqueries/
* - http://www.w3.org/TR/css3-fonts/
* - http://www.w3.org/TR/css3-namespace/
* - http://www.w3.org/TR/css3-animations/
* - http://www.w3.org/TR/css3-conditional/
*)
open
Lexing
open
Types
(* TODO: move this to utils *)
let
(
|>
)
a
b
=
b
a
(* TODO: move this to utils *)
let
rec
filter_none
=
function
|
[]
->
[]
|
None
::
tl
->
filter_none
tl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment