8000 Add ability to set default syntax from Latte\Engine by machina86 · Pull Request #359 · nette/latte · GitHub
[go: up one dir, main page]

Skip to content

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

Merged
dg merged 1 commit intonette:masterfrom
machina86:master
Aug 7, 2025
Merged

Add ability to set default syntax from Latte\Engine#359
dg merged 1 commit intonette:masterfrom
machina86:master

Conversation

@machina86
Copy link
Contributor
  • 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 < 8000 a href="/nette/latte/commit/8d928969d4d4adb287985f56de945a710f3808dc" data-view-component="true" class="Link--primary Link text-bold">8d92896 to 1267554 Compare May 27, 2024 11:56
@dg dg force-pushed the master branch 4 times, most recently from ee646d6 to b80c3a6 Compare June 18, 2024 21:40
@dg dg force-pushed the master branch 7 times, most recently from 2943270 to f73619f Compare August 6, 2024 05:25
@dg dg force-pushed the master branch 4 times, most recently from fec0858 to 9302610 Compare May 17, 2025 06:00
@dg dg force-pushed the master branch 3 times, most recently from db53197 to 2f4b18a Compare June 24, 2025 15:42
@dg dg force-pushed the master branch 14 times, most recently from 0716cd8 to a24efec Compare July 17, 2025 01:06
@dg dg force-pushed the master branch 5 times, most recently from b903390 to 6dfb11d Compare August 6, 2025 10:18
@dg
Copy link
Member
dg commented Aug 7, 2025

thanks

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.

2 participants

0