tolerant-php-parser/playground/README.md

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

  1. npm install client/server dependencies, run Extension
  2. open PHP file from example folder, and *.ast file to the side
  3. check out error information, and corresponding AST
  4. make some changes, and save to view updates