Implementing Parser and Loader
- It's useful to divide your implementation into those two steps
- You can use the test suite to test parsing
- The code is easier to read and to debug
- It's possible to use different loaders and parsers
Slide 38/73
BACK
UP
NEXT
next: ( space or -> ) | previous: ( backspace or <- ) |
next page: ( page down ) | previous page: ( page up ) |
index: ( arrow-up )