Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitaka/lexer
My simple interpreter for PHP.
https://github.com/kitaka/lexer
Last synced: 3 months ago
JSON representation
My simple interpreter for PHP.
- Host: GitHub
- URL: https://github.com/kitaka/lexer
- Owner: kitaka
- Created: 2013-08-11T20:59:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-17T22:23:31.000Z (about 11 years ago)
- Last Synced: 2024-04-24T15:16:08.239Z (7 months ago)
- Language: C
- Size: 129 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - lexer
README
lexer
=====My simple interpreter for PHP.
I have always been impressed by how technology works and for that reason
I decided to try to create an interpreter for PHP and hopefully
this will give me a better understanding of how interpreters and
compiler work and I think I can use the experience to create my own
language. :)