diff Implab/Implab.csproj @ 228:6fa235c5a760 v2

Rewritten JsonScanner, JsonParser, fixed naming style
author cin
date Tue, 12 Sep 2017 01:19:12 +0300
parents 8d5de4eb9c2c
children 5f7a3e1d32b9
line wrap: on
line diff
--- a/Implab/Implab.csproj	Sat Sep 09 03:53:13 2017 +0300
+++ b/Implab/Implab.csproj	Tue Sep 12 01:19:12 2017 +0300
@@ -83,6 +83,10 @@
     <Compile Include="Diagnostics\TraceEvent.cs" />
     <Compile Include="Diagnostics\TraceEventType.cs" />
     <Compile Include="Diagnostics\TraceSourceAttribute.cs" />
+    <Compile Include="Formats\CharMap.cs" />
+    <Compile Include="Formats\InputScanner.cs" />
+    <Compile Include="Formats\Json\JsonStringScanner.cs" />
+    <Compile Include="Formats\Json\JsonTextScanner.cs" />
     <Compile Include="ICancellable.cs" />
     <Compile Include="IProgressHandler.cs" />
     <Compile Include="IProgressNotifier.cs" />
@@ -164,16 +168,14 @@
     <Compile Include="Automaton\RegularExpressions\Token.cs" />
     <Compile Include="Automaton\RegularExpressions\IVisitor.cs" />
     <Compile Include="Automaton\AutomatonTransition.cs" />
-    <Compile Include="Formats\JSON\JSONElementContext.cs" />
-    <Compile Include="Formats\JSON\JSONElementType.cs" />
-    <Compile Include="Formats\JSON\JSONGrammar.cs" />
-    <Compile Include="Formats\JSON\JSONParser.cs" />
-    <Compile Include="Formats\JSON\JSONScanner.cs" />
-    <Compile Include="Formats\JSON\JsonTokenType.cs" />
-    <Compile Include="Formats\JSON\JSONWriter.cs" />
-    <Compile Include="Formats\JSON\JSONXmlReader.cs" />
-    <Compile Include="Formats\JSON\JSONXmlReaderOptions.cs" />
-    <Compile Include="Formats\JSON\StringTranslator.cs" />
+    <Compile Include="Formats\Json\JsonElementContext.cs" />
+    <Compile Include="Formats\Json\JsonElementType.cs" />
+    <Compile Include="Formats\Json\JsonGrammar.cs" />
+    <Compile Include="Formats\Json\JsonParser.cs" />
+    <Compile Include="Formats\Json\JsonScanner.cs" />
+    <Compile Include="Formats\Json\JsonTokenType.cs" />
+    <Compile Include="Formats\Json\JsonWriter.cs" />
+    <Compile Include="Formats\Json\StringTranslator.cs" />
     <Compile Include="Automaton\MapAlphabet.cs" />
     <Compile Include="Formats\CharAlphabet.cs" />
     <Compile Include="Formats\ByteAlphabet.cs" />
@@ -182,10 +184,6 @@
     <Compile Include="Automaton\DFATable.cs" />
     <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitor.cs" />
     <Compile Include="Automaton\RegularExpressions\ITaggedDFABuilder.cs" />
-    <Compile Include="Formats\TextScanner.cs" />
-    <Compile Include="Formats\StringScanner.cs" />
-    <Compile Include="Formats\ReaderScanner.cs" />
-    <Compile Include="Formats\ScannerContext.cs" />
     <Compile Include="Formats\Grammar.cs" />
     <Compile Include="Automaton\RegularExpressions\EndTokenT.cs" />
     <Compile Include="Automaton\RegularExpressions\EndToken.cs" />