Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pyrocms
/
lex
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
110
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
lex
lib
Lex
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 7, 2014
Convert objects to arrays at beginning of parser(). Bring back PHP 5.3. Add PHP 5.5 to Travis
brignoni
committed
8617ceb
View commit details
Copy full SHA for 8617ceb
View code at this point
Browse repository at this point
Commits on Jan 31, 2014
Lex now converts objects that implement the ArrayableInterface by calling the ->toArray() method
Show description for 2192788
brignoni
committed
2192788
View commit details
Copy full SHA for 2192788
View code at this point
Browse repository at this point
Add a example that will serve also as a test.
brignoni
committed
7f342c9
View commit details
Copy full SHA for 7f342c9
View code at this point
Browse repository at this point
Add the Lex\ArrayableInterface
brignoni
committed
61ea94b
View commit details
Copy full SHA for 61ea94b
View code at this point
Browse repository at this point
Commits on Jan 11, 2013
Added a self closure for tags so you can use single and block callbacks with the same name in the same template easily.
dhrrgn
committed
a928cdf
View commit details
Copy full SHA for a928cdf
View code at this point
Browse repository at this point
Fixing issue with the greedy callback tags causing all tags to be treated as single tags and not blocks.
dhrrgn
committed
dec8b1d
View commit details
Copy full SHA for dec8b1d
View code at this point
Browse repository at this point
Commits on Jan 8, 2013
Merge branch 'master' into develop
dhrrgn
committed
f2b5204
View commit details
Copy full SHA for f2b5204
View code at this point
Browse repository at this point
Fixes #7 - Conditionals inside looped data tags now work as expected.
dhrrgn
committed
d18a825
View commit details
Copy full SHA for d18a825
View code at this point
Browse repository at this point
Commits on Dec 29, 2012
injectNoparse needed to be static.
Phil Sturgeon
committed
655e611
View commit details
Copy full SHA for 655e611
View code at this point
Browse repository at this point
Commits on Dec 4, 2012
Removing exit() statement in favor of an exception.
dhrrgn
committed
0b007fc
View commit details
Copy full SHA for 0b007fc
View code at this point
Browse repository at this point
Commits on Oct 13, 2012
Closes #4: Double tags are no longer greedy.
dhrrgn
committed
088e78a
View commit details
Copy full SHA for 088e78a
View code at this point
Browse repository at this point
Moving the string extraction to callback if.
dhrrgn
committed
c0793ff
View commit details
Copy full SHA for c0793ff
View code at this point
Browse repository at this point
Fixing an issue where strings returned from a callback in a conditional were parsed as variable names.
dhrrgn
committed
f0f4ce3
View commit details
Copy full SHA for f0f4ce3
View code at this point
Browse repository at this point
Commits on Sep 25, 2012
Undefined variables now evaluate to NULL, added and .
dhrrgn
committed
a38d61d
View commit details
Copy full SHA for a38d61d
View code at this point
Browse repository at this point
Renaming classes to lib, fixed a space in the parser test.
dhrrgn
committed
2815f98
View commit details
Copy full SHA for 2815f98
View code at this point
Browse repository at this point
Commits on Aug 9, 2012
Making Composer package, Making PHP 5.3 dependant by putting the Parser under a namespace, and making it PSR-2 compliant.
dhrrgn
committed
b4e4d4e
View commit details
Copy full SHA for b4e4d4e
View code at this point
Browse repository at this point
Commits on Apr 19, 2012
Fixed bug for parsing attribute contents with quotes
Show description for 9456936
chadwithuhc
committed
9456936
View commit details
Copy full SHA for 9456936
View code at this point
Browse repository at this point
Commits on Dec 20, 2011
Merge pull request #21 from ziggys/pcre-backtrack-limit-fix
Show description for a79e537
Phil Sturgeon
committed
a79e537
View commit details
Copy full SHA for a79e537
View code at this point
Browse repository at this point
Commits on Dec 15, 2011
Loops were not working inside callback blocks.
ziggys
committed
29b73a4
View commit details
Copy full SHA for 29b73a4
View code at this point
Browse repository at this point
Commits on Dec 13, 2011
Set pcre.backtrack_limit to 1.000.000 by default. Looped tags were not
Show description for 2082e4e
ziggys
committed
2082e4e
View commit details
Copy full SHA for 2082e4e
View code at this point
Browse repository at this point
Commits on Dec 12, 2011
Added a new feature called recursive callbacks and upgraded README
ziggys
committed
e998bee
View commit details
Copy full SHA for e998bee
View code at this point
Browse repository at this point
Commits on Dec 11, 2011
Fixed setting parameters inside nested callback blocks, it only looked
Show description for a024188
ziggys
committed
a024188
View commit details
Copy full SHA for a024188
View code at this point
Browse repository at this point
Fixed when parse() was sent with an empty array for the first time,
Show description for 915d184
ziggys
committed
915d184
View commit details
Copy full SHA for 915d184
View code at this point
Browse repository at this point
Commits on Dec 10, 2011
Fixed issue #14 - Nested callback block named the same as parent would
Show description for 4acb9ef
ziggys
committed
4acb9ef
View commit details
Copy full SHA for 4acb9ef
View code at this point
Browse repository at this point
Added some comments and fixed a naming conflict inside blocks, when the
Show description for aee303f
ziggys
committed
aee303f
View commit details
Copy full SHA for aee303f
View code at this point
Browse repository at this point
Commits on Dec 9, 2011
Fixed issue #2 - Parsing callback blocks contained naming conflicts with
Show description for f2105eb
ziggys
committed
f2105eb
View commit details
Copy full SHA for f2105eb
View code at this point
Browse repository at this point
Commits on Dec 8, 2011
Merge from happyninjas:master
ziggys
committed
6e18ace
View commit details
Copy full SHA for 6e18ace
View code at this point
Browse repository at this point
Fixed issue #15 if parameters are setup like attribute="hello
Show description for a1fe354
ziggys
committed
a1fe354
View commit details
Copy full SHA for a1fe354
View code at this point
Browse repository at this point
Commits on Dec 6, 2011
Merging in fixes from Ziggy and Pyro. Closes #12.
dhrrgn
committed
cb74da8
View commit details
Copy full SHA for cb74da8
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:happyninjas/lex
Show description for b0784e1
dhrrgn
committed
b0784e1
View commit details
Copy full SHA for b0784e1
View code at this point
Browse repository at this point
Merge pull request #13 from jerel/debugging
Show description for 562b7d0
dhrrgn
committed
562b7d0
View commit details
Copy full SHA for 562b7d0
View code at this point
Browse repository at this point
Commits on Dec 5, 2011
Fixed an issue where variables containg $ before a number,
Show description for d8e92f9
ziggys
committed
d8e92f9
View commit details
Copy full SHA for d8e92f9
View code at this point
Browse repository at this point
Commits on Dec 3, 2011
Lex will now output the text containing the syntax error
jerel
committed
95f9b72
View commit details
Copy full SHA for 95f9b72
View code at this point
Browse repository at this point
Commits on Nov 30, 2011
Fixed: parsing numerical variables inside callbacks not working.
ziggys
committed
b57f0f9
View commit details
Copy full SHA for b57f0f9
View code at this point
Browse repository at this point
Fixed issue #7 - Message: Array to string conversion
Show description for 9b284e4
ziggys
committed
9b284e4
View commit details
Copy full SHA for 9b284e4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.