Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to set default syntax from Latte\Engine #359

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

machina86
Copy link

  • bug fix / new feature? new feature
  • BC break? no

Needed to set default syntax to double in my current project. Added function on the Engine level to set the default syntax.

$latte = new Latte\Engine;
$latte->setDefaultSyntax('double');

passes syntax to parser only if set and parser sets $this->lexer->setSyntax();

not too familiar with tests but all the ones I ran passed and my project has been working for a while with this set up.

if I need to supply anything else just let me know.

@dg dg force-pushed the master branch 3 times, most recently from bbd7250 to 18e6f69 Compare May 3, 2024 19:04
@dg dg force-pushed the master branch 6 times, most recently from 9091895 to 4762049 Compare May 16, 2024 13:01
@dg dg force-pushed the master branch 10 times, most recently from 8d92896 to 1267554 Compare May 27, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants