Add string parsers

Ported from Amebis AOsn library to standard C++

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2023-03-15 21:38:57 +01:00
parent d13421e4b6
commit 261ad98812
5 changed files with 6761 additions and 1 deletions

View File

@@ -21,6 +21,9 @@
<ClCompile Include="sgml.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="parser.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="pch.h">