RomanYankovsky / DelphiAST

Abstract syntax tree builder for Delphi
Mozilla Public License 2.0
271 stars 116 forks source link

Allow quoted Unit-Names in Uses-Clause #274

Open ukorn opened 5 years ago

ukorn commented 5 years ago

Hi,

is it possible to extend/modify the lexer/parser that it allows quotes in uses-claus, e.g.:

uses 'test.pas';

I know this is not regular pascal-Syntax, it is for a pascal-script-dialect. I tried to figure it out by myself, but no chance.

Greetings