mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Separate the DOM and layout into separate crates.
This commit is contained in:
parent
0ea1a94f8e
commit
bf82bc54f3
156 changed files with 192 additions and 157 deletions
9
src/components/script/dom/bindings/codegen/ply/README
Normal file
9
src/components/script/dom/bindings/codegen/ply/README
Normal file
|
@ -0,0 +1,9 @@
|
|||
David Beazley's PLY (Python Lex-Yacc)
|
||||
http://www.dabeaz.com/ply/
|
||||
|
||||
Licensed under BSD.
|
||||
|
||||
This directory contains just the code and license from PLY version 3.3;
|
||||
the full distribution (see the URL) also contains examples, tests,
|
||||
documentation, and a longer README.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue