Added comments

This commit is contained in:
2024-12-06 22:05:41 +01:00
parent d2cbdc2910
commit b3f75ae3d8
15 changed files with 128 additions and 12 deletions

View File

@ -7,6 +7,7 @@
#include <iostream>
#endif
// Neke "workarounds" za terminale na Unix i Windows
namespace fsh::util {
/**

View File

@ -5,6 +5,7 @@
#include <fstream>
#include <stdexcept>
// Razlicite pomocne funkcije za tekstove
namespace fsh::util {
extern const char* tokens[];