goffrie/plex

Optional new Program in Parser

leon-marzahn opened this issue · 1 comments

Hey, i wanted to ask if it's possible to add a new optional Program to the parser so you can for example in php or html open a new context.

For example:

<?php

$test = 12;
print($test);

?>

<?php

print($test);