Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix verbatim processing fully | Case Duckworth | 2024-06-18 |
| | | | | No more special-casing on the surface of the code; that is, the filter expects a list of strings and outputs a single string, etc. | ||
* | Implement verbatim piping | Case Duckworth | 2024-06-15 |
| | |||
* | Remove coment | Case Duckworth | 2024-06-15 |
| | |||
* | Change format | Case Duckworth | 2024-06-15 |
| | |||
* | Fix html filters | Case Duckworth | 2024-06-15 |
| | |||
* | Update things | Case Duckworth | 2024-06-15 |
| | |||
* | Write executable | Case Duckworth | 2024-06-05 |
This involved moving `src' to `lib' and making `bin'. `bin' holds the program, which only imports `jimmy.main' from lib. |