Riyyi
|
b574a79dfe
|
Manager+Util: Change enum class type from int to uint8_t (4 -> 1 byte)
|
2022-07-28 10:57:41 +02:00 |
|
Riyyi
|
8345f67c50
|
Everywhere: Switch to #pragma once, add missing copyright headers
|
2022-07-22 13:04:04 +02:00 |
|
Riyyi
|
deb9f29b47
|
Util+Test: Change namespace of JSON classes: Json -> Util::JSON
|
2022-07-22 12:41:27 +02:00 |
|
Riyyi
|
4e6c5ca341
|
Util: Change Job m_input string -> string_view
|
2022-07-20 21:32:17 +02:00 |
|
Riyyi
|
8fb1a1a8e9
|
Util: Move vector<Token> ownership to Job class
|
2022-06-26 23:13:25 +02:00 |
|
Riyyi
|
bc01b34e58
|
Util: Calculate JSON line number before lexing
|
2022-06-25 14:05:45 +02:00 |
|
Riyyi
|
13d020a351
|
Util: Add JSON Job class
This class holds the to parse string and has a helper for printing error
messages.
|
2022-06-24 14:46:21 +02:00 |
|