This website requires JavaScript.
Explore
Help
Sign In
getphred
/
Scape
Watch
1
Star
0
Fork
You've already forked Scape
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
A Lightweight PHP Template Engine
6
commits
1
branch
0
tags
126
KiB
PHP
100%
10aac20afb
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Funky Waddle
10aac20afb
feat: implement core Lexer, Parser, and AST nodes (Phases 1-3)
2026-02-11 23:42:10 -06:00
src
feat: implement core Lexer, Parser, and AST nodes (Phases 1-3)
2026-02-11 23:42:10 -06:00
tests
feat: implement core Lexer, Parser, and AST nodes (Phases 1-3)
2026-02-11 23:42:10 -06:00
.gitignore
Initial commit
2026-01-06 17:29:10 -06:00
composer.json
chore: include updated composer.json in the baseline
2026-02-10 07:34:01 -06:00
composer.lock
Initial commit
2026-01-06 17:29:10 -06:00
LICENSE
Initial commit
2025-12-12 21:01:19 +00:00
LOG.md
docs: finalize specifications and project milestones
2026-02-10 07:31:53 -06:00
MILESTONES.md
docs: finalize specifications and project milestones
2026-02-10 07:31:53 -06:00
phpunit.xml
Initial commit
2026-01-06 17:29:10 -06:00
README.md
docs: finalize specifications and project milestones
2026-02-10 07:31:53 -06:00
SPECS.md
core: refine host provider contract; add exception hierarchy; update specs for whitespace and data access
2026-02-10 07:58:03 -06:00
README.md
Scape Templates