433 B
433 B
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