Optional new Program in Parser
leon-marzahn opened this issue · 1 comments
leon-marzahn commented
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.
leon-marzahn commented
For example:
<?php
$test = 12;
print($test);
?>
<?php
print($test);