- Added Debian dependencies to README.md and fixed some issues that I ran into on a clean machine

This commit is contained in:
2025-08-17 09:51:08 -04:00
parent 3ddc2b3d97
commit 73041e994d
5 changed files with 21 additions and 8 deletions

View File

@@ -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