|
06fab2292c
|
Enable RE_SINGLE_LINE flag when compiling regex, to allow newline to be treated like any other character
|
2025-04-22 15:55:30 -04:00 |
|
|
19be04fd66
|
Enable multiline mode when compiling regex, because I read the whole file at once, rather than lline-by-line
|
2025-04-22 15:38:17 -04:00 |
|
|
40858a673a
|
Use my regex engine instead of the stdlib one
|
2025-04-21 23:02:20 -04:00 |
|
|
fd256bc7c7
|
Read the file from the embedded FS instead of the real FS
|
2025-04-21 11:48:24 -04:00 |
|
|
a1f804ac38
|
Used absolute import path
|
2024-08-25 15:30:23 -04:00 |
|
|
9a6fc3475a
|
Added comment to function
|
2024-08-15 12:42:50 -05:00 |
|
|
b65cef96c3
|
Replaced the relative path on Windows with an absolute path
|
2024-08-15 12:27:48 -05:00 |
|
|
76fc61a19d
|
Wrote function to copy embedded config files to a config directory
|
2024-08-13 00:01:00 -05:00 |
|
|
2a007ba56c
|
Replaced 'panic' with an error return, and a call to 'printAndExit'
|
2024-08-10 11:28:41 -05:00 |
|
|
025ec775ca
|
First commit
|
2024-08-09 19:20:42 -05:00 |
|