- Added Debian dependencies to README.md and fixed some issues that I ran into on a clean machine
This commit is contained in:
@@ -59,12 +59,11 @@ is create C++ classes that handle file streams, directory streams, and file path
|
||||
|
||||
|
||||
|
||||
## Interpreter (`langproc/interpret`)
|
||||
## Interpreter (`langproc/parse`)
|
||||
|
||||
  This submodule will contain classes for interpreting data, particularly
|
||||
through parsers. We will need to be able to do the following things to achieve
|
||||
support for files that adhere to a certain specification. Here are some concepts
|
||||
that will need to be implemented as classes:
|
||||
  This submodule will contain classes for parsing data. We will need to be
|
||||
able to do the following things to achieve support for files that adhere to a
|
||||
certain specification. Here are some concepts that will need to be implemented as classes:
|
||||
|
||||
|
||||
### Reading
|
||||
|
||||
Reference in New Issue
Block a user