We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6c651 commit 804f57bCopy full SHA for 804f57b
bin/parse.php
@@ -0,0 +1,5 @@
1
+<?php
2
+require_once __DIR__ . "/../vendor/autoload.php";
3
+
4
+global $argv;
5
+var_dump(\Wikimedia\WebIDL\WebIDL::parse(file_get_contents($argv[1])));
0 commit comments