https://github.com/acook/naive_parser
A very simple, very naive parser proof-of-concept
https://github.com/acook/naive_parser
Last synced: 5 months ago
JSON representation
A very simple, very naive parser proof-of-concept
- Host: GitHub
- URL: https://github.com/acook/naive_parser
- Owner: acook
- Created: 2011-08-25T01:55:36.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-25T07:58:13.000Z (almost 15 years ago)
- Last Synced: 2023-03-11T04:13:02.049Z (over 3 years ago)
- Homepage: https://github.com/acook/naive_parser#readme
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Naive Parser
======
This is just an experiment. It only has two real goals:
1. Parse out a file into basic token objects.
2. Sequentially perform an action based upon the tokens in memory.
It's not going to be fast. It's not going to be efficient.
It should, however, be easy to read and understand.
Other Cool Things
------
- I'm using Bundler for dependency management.
- Rspec is being used for a BDD-ish style of testing.
- Pry is being used for exploration and debugging.
- Open4 is being used along with Rspec to test the executable.
- Autotest is now included for continuous testing.
Credits
------
**Anthony M. Cook** *2011* - @anthony_m_cook / http://anthonymcook.com / http://github.com/acook