7d6c3ac301 | ||
---|---|---|
.. | ||
client | ||
example | ||
server | ||
License.txt | ||
README.md |
README.md
PHP Parser + VSCode Extension Sample
Overview
Demonstrates some of the basic usage and functionality of the parser.
- Error squigglies
- writes AST to adjacent *.ast file
Instructions
- npm install
client
/server
dependencies, run Extension - open PHP file from
example
folder, and*.ast
file to the side - check out error information, and corresponding AST
- make some changes, and save to view updates