├── 9781590591345.jpg ├── Apress software as of 5-10-2004 (B) ├── EGNSF │ ├── Apress │ │ ├── creditEvaluation │ │ │ ├── AssemblyInfo.vb │ │ │ ├── Form1.resx │ │ │ ├── Form1.vb │ │ │ ├── bin │ │ │ │ ├── collectionUtilities.dll │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ ├── creditEvaluation.exe │ │ │ │ ├── creditEvaluation.pdb │ │ │ │ ├── qbOp.dll │ │ │ │ ├── qbOp.pdb │ │ │ │ ├── qbPolish.dll │ │ │ │ ├── qbPolish.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbVariable.dll │ │ │ │ ├── qbVariable.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── quickBasicEngine.dll │ │ │ │ ├── quickBasicEngine.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── windowsUtilities.dll │ │ │ │ └── windowsUtilities.pdb │ │ │ ├── creditEvaluation.sln │ │ │ ├── creditEvaluation.suo │ │ │ ├── creditEvaluation.vbproj │ │ │ ├── creditEvaluation.vbproj.user │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── creditEvaluation.Form1.resources │ │ │ │ │ ├── creditEvaluation.exe │ │ │ │ │ ├── creditEvaluation.pdb │ │ │ │ │ └── creditEvaluation.ruleEntry.resources │ │ │ ├── parseRule.vb │ │ │ ├── readMe.txt │ │ │ ├── ruleEntry.resx │ │ │ └── ruleEntry.vb │ │ ├── integerCalc │ │ │ ├── AssemblyInfo.vb │ │ │ ├── Form1.resx │ │ │ ├── Form1.vb │ │ │ ├── bin │ │ │ │ ├── Iegnsf.dll │ │ │ │ ├── Iegnsf.pdb │ │ │ │ ├── collectionUtilities.dll │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ ├── integerCalc.exe │ │ │ │ ├── integerCalc.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── windowsUtilities.dll │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ ├── zoom.dll │ │ │ │ └── zoom.pdb │ │ │ ├── integerCalc.sln │ │ │ ├── integerCalc.sln.old │ │ │ ├── integerCalc.suo │ │ │ ├── integerCalc.vbproj │ │ │ ├── integerCalc.vbproj.user │ │ │ ├── licenses.licx │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── integerCalc.Form1.resources │ │ │ │ │ ├── integerCalc.exe │ │ │ │ │ └── integerCalc.pdb │ │ │ └── readme.txt │ │ └── quickBasic │ │ │ ├── clsTest.BAS │ │ │ ├── datatypeTest.BAS │ │ │ ├── dimStatement.bas │ │ │ ├── helloWorld.BAS │ │ │ ├── nFactorial.BAS │ │ │ ├── nFactorialWithTypes.BAS │ │ │ ├── qbGUI │ │ │ ├── AssemblyInfo.vb │ │ │ ├── Form1.resx │ │ │ ├── Form1.vb │ │ │ ├── bin │ │ │ │ ├── collectionUtilities.dll │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ ├── qbGUI.exe │ │ │ │ ├── qbGUI.pdb │ │ │ │ ├── qbOp.dll │ │ │ │ ├── qbOp.pdb │ │ │ │ ├── qbPolish.dll │ │ │ │ ├── qbPolish.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbVariable.dll │ │ │ │ ├── qbVariable.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── quickBasicEngine.dll │ │ │ │ ├── quickBasicEngine.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── windowsUtilities.dll │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ ├── zoom.dll │ │ │ │ └── zoom.pdb │ │ │ ├── eventLogFormat.resx │ │ │ ├── eventLogFormat.vb │ │ │ ├── modifyVariable.resx │ │ │ ├── modifyVariable.vb │ │ │ ├── obj │ │ │ │ ├── Debug │ │ │ │ │ ├── qbGUI.Form1.resources │ │ │ │ │ ├── qbGUI.eventLogFormat.resources │ │ │ │ │ ├── qbGUI.exe │ │ │ │ │ ├── qbGUI.frmRun.resources │ │ │ │ │ ├── qbGUI.modifyVariable.resources │ │ │ │ │ ├── qbGUI.options.resources │ │ │ │ │ └── qbGUI.pdb │ │ │ │ └── Release │ │ │ │ │ └── qbGUI.exe │ │ │ ├── options.resx │ │ │ ├── options.vb │ │ │ ├── qbGUI.sln │ │ │ ├── qbGUI.suo │ │ │ ├── qbGUI.vbproj │ │ │ ├── qbGUI.vbproj.user │ │ │ ├── readme.txt │ │ │ ├── run.resx │ │ │ ├── run.vb │ │ │ ├── solutionReadMe.txt │ │ │ └── testLog.txt │ │ │ ├── qbOp │ │ │ ├── AssemblyInfo.vb │ │ │ ├── bin │ │ │ │ ├── qbOp.dll │ │ │ │ ├── qbOp.pdb │ │ │ │ ├── utilities.dll │ │ │ │ └── utilities.pdb │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbOp.dll │ │ │ │ │ └── qbOp.pdb │ │ │ ├── qbOp.doc │ │ │ ├── qbOp.sln │ │ │ ├── qbOp.suo │ │ │ ├── qbOp.vb │ │ │ ├── qbOp.vbproj │ │ │ └── qbOp.vbproj.user │ │ │ ├── qbPolish │ │ │ ├── AssemblyInfo.vb │ │ │ ├── Form1.resx │ │ │ ├── Form1.vb │ │ │ ├── bin │ │ │ │ ├── collectionUtilities.dll │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ ├── qbOp.dll │ │ │ │ ├── qbOp.pdb │ │ │ │ ├── qbPolish.dll │ │ │ │ ├── qbPolish.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbVariable.dll │ │ │ │ ├── qbVariable.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── utilities.dll │ │ │ │ └── utilities.pdb │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbPolish.dll │ │ │ │ │ └── qbPolish.pdb │ │ │ ├── qbOp.vb │ │ │ ├── qbPolish.doc │ │ │ ├── qbPolish.sln │ │ │ ├── qbPolish.suo │ │ │ ├── qbPolish.vb │ │ │ ├── qbPolish.vbproj │ │ │ ├── qbPolish.vbproj.user │ │ │ ├── qbScanner.vb │ │ │ ├── readme.txt │ │ │ ├── utilities.vb │ │ │ ├── ~$Polish.doc │ │ │ ├── ~WRL0747.tmp │ │ │ ├── ~WRL0983.tmp │ │ │ ├── ~WRL1190.tmp │ │ │ ├── ~WRL2438.tmp │ │ │ ├── ~WRL2679.tmp │ │ │ ├── ~WRL3118.tmp │ │ │ └── ~WRL3724.tmp │ │ │ ├── qbScanner │ │ │ ├── AssemblyInfo.vb │ │ │ ├── Form1.resx │ │ │ ├── Form1.vb │ │ │ ├── bin │ │ │ │ ├── collectionUtilities.dll │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── utilities.dll │ │ │ │ └── utilities.pdb │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbScanner.dll │ │ │ │ │ └── qbScanner.pdb │ │ │ ├── qbScanner.doc │ │ │ ├── qbScanner.sln │ │ │ ├── qbScanner.sln.old │ │ │ ├── qbScanner.suo │ │ │ ├── qbScanner.vb │ │ │ ├── qbScanner.vbproj │ │ │ ├── qbScanner.vbproj.user │ │ │ ├── qbScannerTest │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ ├── Form1.resx │ │ │ │ ├── Form1.vb │ │ │ │ ├── bin │ │ │ │ │ ├── collectionUtilities.dll │ │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ │ ├── qbScanner.dll │ │ │ │ │ ├── qbScanner.pdb │ │ │ │ │ ├── qbScannerTest.exe │ │ │ │ │ ├── qbScannerTest.pdb │ │ │ │ │ ├── qbToken.dll │ │ │ │ │ ├── qbToken.pdb │ │ │ │ │ ├── qbTokenType.dll │ │ │ │ │ ├── qbTokenType.pdb │ │ │ │ │ ├── utilities.dll │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ ├── zoom.dll │ │ │ │ │ └── zoom.pdb │ │ │ │ ├── obj │ │ │ │ │ └── Debug │ │ │ │ │ │ ├── qbScannerTest.Form1.resources │ │ │ │ │ │ ├── qbScannerTest.exe │ │ │ │ │ │ ├── qbScannerTest.pdb │ │ │ │ │ │ └── qbScannerTest.scanPrompt.resources │ │ │ │ ├── qbScannerTest.sln │ │ │ │ ├── qbScannerTest.suo │ │ │ │ ├── qbScannerTest.vbproj │ │ │ │ ├── qbScannerTest.vbproj.user │ │ │ │ ├── readme.txt │ │ │ │ ├── scanPrompt.resx │ │ │ │ ├── scanPrompt.vb │ │ │ │ └── solutionReadme.txt │ │ │ ├── readme.txt │ │ │ ├── scanPrompt.resx │ │ │ ├── scanPrompt.vb │ │ │ ├── zoom.resx │ │ │ └── zoom.vb │ │ │ ├── qbToken │ │ │ ├── AssemblyInfo.vb │ │ │ ├── bin │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── utilities.dll │ │ │ │ └── utilities.pdb │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbToken.dll │ │ │ │ │ └── qbToken.pdb │ │ │ ├── qbToken.sln │ │ │ ├── qbToken.suo │ │ │ ├── qbToken.vb │ │ │ ├── qbToken.vbproj │ │ │ ├── qbToken.vbproj.user │ │ │ ├── qbTokenModule.vb │ │ │ ├── qbTokenType.vb │ │ │ └── readme.txt │ │ │ ├── qbTokenType │ │ │ ├── AssemblyInfo.vb │ │ │ ├── bin │ │ │ │ ├── qbTokenType.dll │ │ │ │ └── qbTokenType.pdb │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbTokenType.dll │ │ │ │ │ └── qbTokenType.pdb │ │ │ ├── qbTokenType.sln │ │ │ ├── qbTokenType.suo │ │ │ ├── qbTokenType.vb │ │ │ ├── qbTokenType.vbproj │ │ │ └── qbTokenType.vbproj.user │ │ │ ├── qbVariable │ │ │ ├── AssemblyInfo.vb │ │ │ ├── Form1.resx │ │ │ ├── Form1.vb │ │ │ ├── Status report.txt │ │ │ ├── XMLFile1.xml │ │ │ ├── bin │ │ │ │ ├── collectionUtilities.dll │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbVariable.dll │ │ │ │ ├── qbVariable.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── utilities.dll │ │ │ │ └── utilities.pdb │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbVariable.dll │ │ │ │ │ └── qbVariable.pdb │ │ │ ├── qbVariable.sln │ │ │ ├── qbVariable.suo │ │ │ ├── qbVariable.vb │ │ │ ├── qbVariable.vbproj │ │ │ ├── qbVariable.vbproj.user │ │ │ ├── qbVariableTest │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ ├── Bitmap1.bmp │ │ │ │ ├── Form1.resx │ │ │ │ ├── Form1.vb │ │ │ │ ├── bin │ │ │ │ │ ├── collectionUtilities.dll │ │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ │ ├── qbArray.dll │ │ │ │ │ ├── qbArray.pdb │ │ │ │ │ ├── qbArrayTest.exe │ │ │ │ │ ├── qbArrayTest.pdb │ │ │ │ │ ├── qbScanner.dll │ │ │ │ │ ├── qbScanner.pdb │ │ │ │ │ ├── qbToken.dll │ │ │ │ │ ├── qbToken.pdb │ │ │ │ │ ├── qbTokenType.dll │ │ │ │ │ ├── qbTokenType.pdb │ │ │ │ │ ├── qbVariable.dll │ │ │ │ │ ├── qbVariable.pdb │ │ │ │ │ ├── qbVariableTest.exe │ │ │ │ │ ├── qbVariableTest.pdb │ │ │ │ │ ├── qbVariableType.dll │ │ │ │ │ ├── qbVariableType.pdb │ │ │ │ │ ├── utilities.dll │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ ├── zoom.dll │ │ │ │ │ └── zoom.pdb │ │ │ │ ├── modifyVariable.resx │ │ │ │ ├── modifyVariable.vb │ │ │ │ ├── netValueEntry.resx │ │ │ │ ├── obj │ │ │ │ │ ├── Debug │ │ │ │ │ │ ├── qbArrayTest.exe │ │ │ │ │ │ ├── qbArrayTest.pdb │ │ │ │ │ │ ├── qbVariableTest.Form1.resources │ │ │ │ │ │ ├── qbVariableTest.exe │ │ │ │ │ │ ├── qbVariableTest.modifyVariable.resources │ │ │ │ │ │ ├── qbVariableTest.netValueEntry.resources │ │ │ │ │ │ └── qbVariableTest.pdb │ │ │ │ │ └── Release │ │ │ │ │ │ └── qbArrayTest.exe │ │ │ │ ├── qbArrayTest.suo │ │ │ │ ├── qbVariableTest.sln │ │ │ │ ├── qbVariableTest.suo │ │ │ │ ├── qbVariableTest.vbproj │ │ │ │ ├── qbVariableTest.vbproj.user │ │ │ │ ├── readme.TXT │ │ │ │ └── solutionReadme.txt │ │ │ └── readme.txt │ │ │ ├── qbVariableType │ │ │ ├── AssemblyInfo.vb │ │ │ ├── BNF.txt │ │ │ ├── bin │ │ │ │ ├── collectionUtilities.dll │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── utilities.dll │ │ │ │ └── utilities.pdb │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbVariableType.dll │ │ │ │ │ └── qbVariableType.pdb │ │ │ ├── qbVariableType.sln │ │ │ ├── qbVariableType.suo │ │ │ ├── qbVariableType.vb │ │ │ ├── qbVariableType.vbproj │ │ │ ├── qbVariableType.vbproj.user │ │ │ ├── qbVariableTypeTester │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ ├── Form1.resx │ │ │ │ ├── Form1.vb │ │ │ │ ├── bin │ │ │ │ │ ├── collectionUtilities.dll │ │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ │ ├── qbScanner.dll │ │ │ │ │ ├── qbScanner.pdb │ │ │ │ │ ├── qbToken.dll │ │ │ │ │ ├── qbToken.pdb │ │ │ │ │ ├── qbTokenType.dll │ │ │ │ │ ├── qbTokenType.pdb │ │ │ │ │ ├── qbVariableType.dll │ │ │ │ │ ├── qbVariableType.pdb │ │ │ │ │ ├── qbVariableTypeTester.exe │ │ │ │ │ ├── qbVariableTypeTester.pdb │ │ │ │ │ ├── utilities.dll │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ ├── zoom.dll │ │ │ │ │ └── zoom.pdb │ │ │ │ ├── obj │ │ │ │ │ └── Debug │ │ │ │ │ │ ├── qbVariableTypeTester.Form1.resources │ │ │ │ │ │ ├── qbVariableTypeTester.exe │ │ │ │ │ │ └── qbVariableTypeTester.pdb │ │ │ │ ├── qbVariableType.vb │ │ │ │ ├── qbVariableTypeTester.sln │ │ │ │ ├── qbVariableTypeTester.suo │ │ │ │ ├── qbVariableTypeTester.vbproj │ │ │ │ ├── qbVariableTypeTester.vbproj.user │ │ │ │ ├── readme.txt │ │ │ │ └── solutionReadme.txt │ │ │ ├── readme.txt │ │ │ └── variableTypeModule.vb │ │ │ └── quickBasicEngine │ │ │ ├── AssemblyInfo.vb │ │ │ ├── Code generated for nFactorial.txt │ │ │ ├── Header.txt │ │ │ ├── XML state after running nFactorial as of 3-1-2004.txt │ │ │ ├── XML state after running nFactorial.txt │ │ │ ├── bin │ │ │ ├── collectionUtilities.dll │ │ │ ├── collectionUtilities.pdb │ │ │ ├── qbOp.dll │ │ │ ├── qbOp.pdb │ │ │ ├── qbPolish.dll │ │ │ ├── qbPolish.pdb │ │ │ ├── qbScanner.dll │ │ │ ├── qbScanner.pdb │ │ │ ├── qbToken.dll │ │ │ ├── qbToken.pdb │ │ │ ├── qbTokenType.dll │ │ │ ├── qbTokenType.pdb │ │ │ ├── qbVariable.dll │ │ │ ├── qbVariable.pdb │ │ │ ├── qbVariableType.dll │ │ │ ├── qbVariableType.pdb │ │ │ ├── quickBasicEngine.dll │ │ │ ├── quickBasicEngine.pdb │ │ │ ├── utilities.dll │ │ │ └── utilities.pdb │ │ │ ├── obj │ │ │ ├── Debug │ │ │ │ ├── quickBasicEngine.dll │ │ │ │ └── quickBasicEngine.pdb │ │ │ └── Release │ │ │ │ └── quickBasicEngine.dll │ │ │ ├── quickBasicEngine.sln │ │ │ ├── quickBasicEngine.suo │ │ │ ├── quickBasicEngine.vb │ │ │ ├── quickBasicEngine.vbproj │ │ │ ├── quickBasicEngine.vbproj.user │ │ │ └── readme.txt │ ├── bnfAnalyzer │ │ ├── Copy of bnfAnalyzer.exe │ │ ├── Package.zip │ │ ├── Test files │ │ │ ├── BNFanalyzer test 0 (zero length file).txt │ │ │ ├── BNFanalyzer test 1 (blank file).txt │ │ │ ├── BNFanalyzer test 10.txt │ │ │ ├── BNFanalyzer test 11.txt │ │ │ ├── BNFanalyzer test 12 (Oracle PL-SQL).txt │ │ │ ├── BNFanalyzer test 2 (non-null comment).txt │ │ │ ├── BNFanalyzer test 3 (1 production).txt │ │ │ ├── BNFanalyzer test 3a (1 production).txt │ │ │ ├── BNFanalyzer test 3b (1 production).txt │ │ │ ├── BNFanalyzer test 4 (small grammar).txt │ │ │ ├── BNFanalyzer test 5 (quick basic).txt │ │ │ ├── BNFanalyzer test 6 (BNF of BNF).txt │ │ │ ├── BNFanalyzer test 7 (regular expression syntax).txt │ │ │ └── bnfAnalyzer.log │ │ ├── bnf.TXT │ │ ├── bnfAnalyzer.VBG │ │ ├── bnfAnalyzer.bas │ │ ├── bnfAnalyzer.exe │ │ ├── bnfAnalyzer.frm │ │ ├── bnfAnalyzer.frx │ │ ├── bnfAnalyzer.vbp │ │ ├── bnfAnalyzer.vbw │ │ ├── bnfAnalyzer.zip │ │ ├── errorHandler.frm │ │ ├── planetSourceCode.JPG │ │ ├── refManOptions.frm │ │ ├── refManOptions.frx │ │ ├── rrDiagram.frm │ │ ├── showFile.frm │ │ └── utilities.cls │ ├── collectionUtilities │ │ ├── AssemblyInfo.vb │ │ ├── Goals 7-13-2003.doc │ │ ├── bin │ │ │ ├── collectionUtilities.dll │ │ │ ├── collectionUtilities.pdb │ │ │ ├── utilities.dll │ │ │ └── utilities.pdb │ │ ├── collectionUtilities.sln │ │ ├── collectionUtilities.suo │ │ ├── collectionUtilities.vb │ │ ├── collectionUtilities.vbproj │ │ ├── collectionUtilities.vbproj.user │ │ ├── collectionUtilitiesX.vb │ │ ├── obj │ │ │ └── Debug │ │ │ │ ├── collectionUtilities.dll │ │ │ │ └── collectionUtilities.pdb │ │ └── ~$als 7-13-2003.doc │ ├── reLab │ │ ├── AssemblyInfo.vb │ │ ├── Form1.resx │ │ ├── Form1.vb │ │ ├── addPrompt.resx │ │ ├── addPrompt.vb │ │ ├── bin │ │ │ ├── reLab.exe │ │ │ ├── reLab.pdb │ │ │ ├── utilities.dll │ │ │ ├── utilities.pdb │ │ │ ├── windowsUtilities.dll │ │ │ ├── windowsUtilities.pdb │ │ │ ├── zoom.dll │ │ │ └── zoom.pdb │ │ ├── obj │ │ │ └── Debug │ │ │ │ ├── reLab.Form1.resources │ │ │ │ ├── reLab.addPrompt.resources │ │ │ │ ├── reLab.exe │ │ │ │ └── reLab.pdb │ │ ├── reLab.sln │ │ ├── reLab.suo │ │ ├── reLab.vbproj │ │ ├── reLab.vbproj.user │ │ └── readme.TXT │ ├── utilities │ │ ├── AssemblyInfo.vb │ │ ├── bin │ │ │ ├── utilities.dll │ │ │ └── utilities.pdb │ │ ├── commonRegularExpressions.vb │ │ ├── obj │ │ │ └── Debug │ │ │ │ ├── utilities.dll │ │ │ │ └── utilities.pdb │ │ ├── readme.txt │ │ ├── regex2Explanation.vb │ │ ├── utilities.VB │ │ ├── utilities.sln │ │ ├── utilities.suo │ │ ├── utilities.vbproj │ │ ├── utilities.vbproj.user │ │ ├── utilitiesTest │ │ │ ├── Archive │ │ │ │ ├── 05252003 │ │ │ │ │ ├── determineProcedureLength.txt │ │ │ │ │ └── registry code.txt │ │ │ │ ├── 05262003 │ │ │ │ │ ├── Version1 │ │ │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ │ │ ├── Form1.resx │ │ │ │ │ │ ├── Form1.vb │ │ │ │ │ │ ├── bin │ │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ │ └── zoom.pdb │ │ │ │ │ │ ├── obj │ │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ │ └── utilitiesTest.pdb │ │ │ │ │ │ ├── readme.TXT │ │ │ │ │ │ ├── utilities.vb │ │ │ │ │ │ ├── utilitiesTest.sln │ │ │ │ │ │ ├── utilitiesTest.vbproj │ │ │ │ │ │ └── utilitiesTest.vbproj.user │ │ │ │ │ └── testForm.txt │ │ │ │ ├── 05272003 │ │ │ │ │ ├── Version2 │ │ │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ │ │ ├── Form1.resx │ │ │ │ │ │ ├── Form1.vb │ │ │ │ │ │ ├── bin │ │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ │ └── zoom.pdb │ │ │ │ │ │ ├── obj │ │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ │ │ └── utilitiesTest.utilitiesInfo.resources │ │ │ │ │ │ ├── readme.TXT │ │ │ │ │ │ ├── test1.txt │ │ │ │ │ │ ├── utilities.vb │ │ │ │ │ │ ├── utilitiesInfo.resx │ │ │ │ │ │ ├── utilitiesInfo.vb │ │ │ │ │ │ ├── utilitiesTest.sln │ │ │ │ │ │ ├── utilitiesTest.vbproj │ │ │ │ │ │ └── utilitiesTest.vbproj.user │ │ │ │ │ └── Version21 │ │ │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ │ │ ├── Form1.resx │ │ │ │ │ │ ├── Form1.vb │ │ │ │ │ │ ├── Tests │ │ │ │ │ │ ├── long2Basen.txt │ │ │ │ │ │ └── test1.txt │ │ │ │ │ │ ├── bin │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ └── zoom.pdb │ │ │ │ │ │ ├── obj │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ │ └── utilitiesTest.utilitiesInfo.resources │ │ │ │ │ │ ├── readme.TXT │ │ │ │ │ │ ├── utilities.vb │ │ │ │ │ │ ├── utilitiesInfo.resx │ │ │ │ │ │ ├── utilitiesInfo.vb │ │ │ │ │ │ ├── utilitiesTest.sln │ │ │ │ │ │ ├── utilitiesTest.vbproj │ │ │ │ │ │ └── utilitiesTest.vbproj.user │ │ │ │ ├── 05292003 │ │ │ │ │ ├── Version22 │ │ │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ │ │ ├── Form1.resx │ │ │ │ │ │ ├── Form1.vb │ │ │ │ │ │ ├── Tests │ │ │ │ │ │ │ ├── long2Basen.txt │ │ │ │ │ │ │ └── test1.txt │ │ │ │ │ │ ├── bin │ │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ │ └── zoom.pdb │ │ │ │ │ │ ├── obj │ │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ │ │ └── utilitiesTest.utilitiesInfo.resources │ │ │ │ │ │ ├── readme.TXT │ │ │ │ │ │ ├── utilities.vb │ │ │ │ │ │ ├── utilitiesInfo.resx │ │ │ │ │ │ ├── utilitiesInfo.vb │ │ │ │ │ │ ├── utilitiesTest.sln │ │ │ │ │ │ ├── utilitiesTest.vbproj │ │ │ │ │ │ └── utilitiesTest.vbproj.user │ │ │ │ │ └── testControl.txt │ │ │ │ ├── 05312003 │ │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ │ ├── Form1.resx │ │ │ │ │ ├── Form1.vb │ │ │ │ │ ├── Tests │ │ │ │ │ │ ├── long2Basen.txt │ │ │ │ │ │ └── test1.txt │ │ │ │ │ ├── bin │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ └── zoom.pdb │ │ │ │ │ ├── obj │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ │ └── utilitiesTest.utilitiesInfo.resources │ │ │ │ │ ├── readme.TXT │ │ │ │ │ ├── utilities.vb │ │ │ │ │ ├── utilitiesInfo.resx │ │ │ │ │ ├── utilitiesInfo.vb │ │ │ │ │ ├── utilitiesTest.sln │ │ │ │ │ ├── utilitiesTest.vbproj │ │ │ │ │ └── utilitiesTest.vbproj.user │ │ │ │ ├── 06022003 │ │ │ │ │ └── Version31 │ │ │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ │ │ ├── Form1.resx │ │ │ │ │ │ ├── Form1.vb │ │ │ │ │ │ ├── Tests │ │ │ │ │ │ ├── long2Basen.txt │ │ │ │ │ │ └── test1.txt │ │ │ │ │ │ ├── bin │ │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ │ ├── Interop.prjUtilities.dll │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ └── zoom.pdb │ │ │ │ │ │ ├── obj │ │ │ │ │ │ ├── Debug │ │ │ │ │ │ │ ├── utilitiesInfo.Form1.resources │ │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ └── utilitiesTest.pdb │ │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ │ │ ├── readme.TXT │ │ │ │ │ │ ├── utilitiesInfo.resx │ │ │ │ │ │ ├── utilitiesInfo.vb │ │ │ │ │ │ ├── utilitiesTest.resx │ │ │ │ │ │ ├── utilitiesTest.sln │ │ │ │ │ │ ├── utilitiesTest.vb │ │ │ │ │ │ ├── utilitiesTest.vbproj │ │ │ │ │ │ └── utilitiesTest.vbproj.user │ │ │ │ ├── 06032003 │ │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ │ ├── Form1.resx │ │ │ │ │ ├── Form1.vb │ │ │ │ │ ├── Tests │ │ │ │ │ │ ├── long2Basen.txt │ │ │ │ │ │ └── test1.txt │ │ │ │ │ ├── Version32 │ │ │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ │ │ ├── Form1.resx │ │ │ │ │ │ ├── Form1.vb │ │ │ │ │ │ ├── Tests │ │ │ │ │ │ │ ├── long2Basen.txt │ │ │ │ │ │ │ └── test1.txt │ │ │ │ │ │ ├── bin │ │ │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ │ │ ├── Interop.prjUtilities.dll │ │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ │ └── zoom.pdb │ │ │ │ │ │ ├── obj │ │ │ │ │ │ │ ├── Debug │ │ │ │ │ │ │ │ ├── utilitiesInfo.Form1.resources │ │ │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ │ └── utilitiesTest.pdb │ │ │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ │ │ ├── readme.TXT │ │ │ │ │ │ ├── utilitiesInfo.resx │ │ │ │ │ │ ├── utilitiesInfo.vb │ │ │ │ │ │ ├── utilitiesTest.resx │ │ │ │ │ │ ├── utilitiesTest.sln │ │ │ │ │ │ ├── utilitiesTest.vb │ │ │ │ │ │ ├── utilitiesTest.vbproj │ │ │ │ │ │ └── utilitiesTest.vbproj.user │ │ │ │ │ ├── bin │ │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ │ ├── Interop.prjUtilities.dll │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ └── zoom.pdb │ │ │ │ │ ├── obj │ │ │ │ │ │ ├── Debug │ │ │ │ │ │ │ ├── utilitiesInfo.Form1.resources │ │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ └── utilitiesTest.pdb │ │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ │ ├── readme.TXT │ │ │ │ │ ├── utilitiesInfo.resx │ │ │ │ │ ├── utilitiesInfo.vb │ │ │ │ │ ├── utilitiesTest.resx │ │ │ │ │ ├── utilitiesTest.sln │ │ │ │ │ ├── utilitiesTest.vb │ │ │ │ │ ├── utilitiesTest.vbproj │ │ │ │ │ └── utilitiesTest.vbproj.user │ │ │ │ ├── 06082003 │ │ │ │ │ └── Version33 │ │ │ │ │ │ ├── AssemblyInfo.vb │ │ │ │ │ │ ├── Form1.resx │ │ │ │ │ │ ├── Form1.vb │ │ │ │ │ │ ├── Tests │ │ │ │ │ │ ├── long2Basen.txt │ │ │ │ │ │ └── test1.txt │ │ │ │ │ │ ├── bin │ │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ │ ├── Interop.prjUtilities.dll │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ └── zoom.pdb │ │ │ │ │ │ ├── obj │ │ │ │ │ │ ├── Debug │ │ │ │ │ │ │ ├── utilitiesInfo.Form1.resources │ │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ └── utilitiesTest.pdb │ │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ │ │ ├── readme.TXT │ │ │ │ │ │ ├── utilitiesInfo.resx │ │ │ │ │ │ ├── utilitiesInfo.vb │ │ │ │ │ │ ├── utilitiesTest.resx │ │ │ │ │ │ ├── utilitiesTest.sln │ │ │ │ │ │ ├── utilitiesTest.vb │ │ │ │ │ │ ├── utilitiesTest.vbproj │ │ │ │ │ │ └── utilitiesTest.vbproj.user │ │ │ │ ├── 07032003 │ │ │ │ │ └── tag.txt │ │ │ │ └── 07052003 │ │ │ │ │ └── testCollectionsInterface.txt │ │ │ ├── AssemblyInfo.vb │ │ │ ├── Form1.resx │ │ │ ├── Form1.vb │ │ │ ├── Tests │ │ │ │ ├── long2Basen.txt │ │ │ │ └── test1.txt │ │ │ ├── bin │ │ │ │ ├── Interop.VBA.dll │ │ │ │ ├── Interop.prjUtilities.dll │ │ │ │ ├── collectionUtilities.dll │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ ├── utilitiesTest.exe │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ ├── windowsUtilities.dll │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ ├── zoom.dll │ │ │ │ └── zoom.pdb │ │ │ ├── collectionTest.resx │ │ │ ├── collectionTest.vb │ │ │ ├── obj │ │ │ │ ├── Debug │ │ │ │ │ ├── utilitiesInfo.Form1.resources │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ ├── utilitiesTest.collectionTest.resources │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ ├── utilitiesTest.randomCollectionControl.resources │ │ │ │ │ └── utilitiesTest.testItemParsing.resources │ │ │ │ ├── Interop.VBA.dll │ │ │ │ └── Interop.prjUtilities.dll │ │ │ ├── randomCollectionControl.resx │ │ │ ├── randomCollectionControl.vb │ │ │ ├── readme.TXT │ │ │ ├── testItemParsing.resx │ │ │ ├── testItemParsing.vb │ │ │ ├── utilitiesInfo.resx │ │ │ ├── utilitiesInfo.suo │ │ │ ├── utilitiesInfo.vb │ │ │ ├── utilitiesTest.resx │ │ │ ├── utilitiesTest.sln │ │ │ ├── utilitiesTest.suo │ │ │ ├── utilitiesTest.vb │ │ │ ├── utilitiesTest.vbproj │ │ │ ├── utilitiesTest.vbproj.user │ │ │ ├── vssver.scc │ │ │ └── zoomInterface.vb │ │ └── vssver.scc │ ├── windowsUtilities │ │ ├── AssemblyInfo.vb │ │ ├── Readme.txt │ │ ├── bin │ │ │ ├── utilities.dll │ │ │ ├── utilities.pdb │ │ │ ├── windowsUtilities.dll │ │ │ └── windowsUtilities.pdb │ │ ├── obj │ │ │ └── Debug │ │ │ │ ├── windowsUtilities.dll │ │ │ │ └── windowsUtilities.pdb │ │ ├── vssver.scc │ │ ├── windowsUtilities.sln │ │ ├── windowsUtilities.suo │ │ ├── windowsUtilities.vb │ │ ├── windowsUtilities.vbproj │ │ └── windowsUtilities.vbproj.user │ └── zoom │ │ ├── AssemblyInfo.vb │ │ ├── bin │ │ ├── utilities.dll │ │ ├── utilities.pdb │ │ ├── windowsUtilities.dll │ │ ├── windowsUtilities.pdb │ │ ├── zoom.dll │ │ └── zoom.pdb │ │ ├── obj │ │ └── Debug │ │ │ ├── zoom.dll │ │ │ ├── zoom.pdb │ │ │ └── zoom.zoom.resources │ │ ├── zoom.resx │ │ ├── zoom.sln │ │ ├── zoom.suo │ │ ├── zoom.vb │ │ ├── zoom.vbproj │ │ └── zoom.vbproj.user └── readme.txt ├── LICENSE.txt ├── README.md └── contributing.md /9781590591345.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/9781590591345.jpg -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/creditEvaluation.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/creditEvaluation.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/creditEvaluation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/creditEvaluation.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbPolish.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbPolish.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbPolish.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbPolish.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/quickBasicEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/quickBasicEngine.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/quickBasicEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/quickBasicEngine.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/creditEvaluation.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/creditEvaluation.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/creditEvaluation.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/creditEvaluation.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/creditEvaluation.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/creditEvaluation.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/creditEvaluation.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/creditEvaluation.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/parseRule.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/parseRule.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/readMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/readMe.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/ruleEntry.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/ruleEntry.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/ruleEntry.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/ruleEntry.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/Iegnsf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/Iegnsf.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/Iegnsf.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/Iegnsf.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/integerCalc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/integerCalc.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/integerCalc.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/integerCalc.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.sln.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.sln.old -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/licenses.licx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/licenses.licx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/clsTest.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/clsTest.BAS -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/datatypeTest.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/datatypeTest.BAS -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/dimStatement.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/dimStatement.bas -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/helloWorld.BAS: -------------------------------------------------------------------------------- 1 | Print "Hello world" -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/nFactorial.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/nFactorial.BAS -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/nFactorialWithTypes.BAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/nFactorialWithTypes.BAS -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbGUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbGUI.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbGUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbGUI.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbPolish.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbPolish.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbPolish.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbPolish.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/quickBasicEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/quickBasicEngine.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/quickBasicEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/quickBasicEngine.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/eventLogFormat.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/eventLogFormat.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/eventLogFormat.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/eventLogFormat.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/modifyVariable.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/modifyVariable.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/modifyVariable.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/modifyVariable.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.eventLogFormat.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.eventLogFormat.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.frmRun.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.frmRun.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.modifyVariable.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.modifyVariable.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.options.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.options.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Release/qbGUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Release/qbGUI.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/options.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/options.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/options.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/options.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/qbGUI.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/qbGUI.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/qbGUI.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/qbGUI.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/qbGUI.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/qbGUI.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/qbGUI.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/qbGUI.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/run.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/run.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/run.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/run.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/solutionReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/solutionReadMe.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/testLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/testLog.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/obj/Debug/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/obj/Debug/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/obj/Debug/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/obj/Debug/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.doc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbPolish.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbPolish.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbPolish.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbPolish.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/obj/Debug/qbPolish.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/obj/Debug/qbPolish.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/obj/Debug/qbPolish.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/obj/Debug/qbPolish.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbOp.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbOp.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.doc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbScanner.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbScanner.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/utilities.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/utilities.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~$Polish.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~$Polish.doc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL0747.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL0747.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL0983.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL0983.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL1190.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL1190.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL2438.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL2438.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL2679.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL2679.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL3118.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL3118.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL3724.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL3724.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/obj/Debug/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/obj/Debug/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/obj/Debug/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/obj/Debug/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.doc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.sln.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.sln.old -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScannerTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScannerTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScannerTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScannerTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/qbScannerTest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/qbScannerTest.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/qbScannerTest.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/qbScannerTest.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/qbScannerTest.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/qbScannerTest.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/scanPrompt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/scanPrompt.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/scanPrompt.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/scanPrompt.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/solutionReadme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/solutionReadme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/scanPrompt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/scanPrompt.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/scanPrompt.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/scanPrompt.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/zoom.resx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/zoom.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/zoom.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/obj/Debug/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/obj/Debug/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/obj/Debug/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/obj/Debug/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbTokenModule.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbTokenModule.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbTokenType.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbTokenType.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/obj/Debug/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/obj/Debug/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/obj/Debug/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/obj/Debug/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/Status report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/Status report.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/XMLFile1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/XMLFile1.xml -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/obj/Debug/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/obj/Debug/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/obj/Debug/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/obj/Debug/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/Bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/Bitmap1.bmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArray.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArray.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArray.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArray.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArrayTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArrayTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArrayTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArrayTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/modifyVariable.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/modifyVariable.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/modifyVariable.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/modifyVariable.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/netValueEntry.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/netValueEntry.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/qbArrayTest.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/qbArrayTest.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/qbVariableTest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/qbVariableTest.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/qbVariableTest.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/qbVariableTest.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/solutionReadme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/solutionReadme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/BNF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/BNF.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/obj/Debug/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/obj/Debug/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/obj/Debug/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/obj/Debug/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/variableTypeModule.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/variableTypeModule.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/Header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/Header.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbPolish.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbPolish.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbPolish.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbPolish.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/quickBasicEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/quickBasicEngine.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/quickBasicEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/quickBasicEngine.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Copy of bnfAnalyzer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Copy of bnfAnalyzer.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Package.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Package.zip -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 0 (zero length file).txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 1 (blank file).txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 10.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 11.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 12 (Oracle PL-SQL).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 12 (Oracle PL-SQL).txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 2 (non-null comment).txt: -------------------------------------------------------------------------------- 1 | ' BNFanalyzer test 2 (non-null comment) -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 3 (1 production).txt: -------------------------------------------------------------------------------- 1 | ' BNFanalyzer test 3 (1 production) 2 | nonTerminal1 := TERMINAL1 -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 3a (1 production).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 3a (1 production).txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 3b (1 production).txt: -------------------------------------------------------------------------------- 1 | ' BNFanalyzer test 3b (1 production) 2 | nonTerminal1 := a -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 4 (small grammar).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 4 (small grammar).txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 5 (quick basic).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 5 (quick basic).txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 6 (BNF of BNF).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 6 (BNF of BNF).txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/bnfAnalyzer.log: -------------------------------------------------------------------------------- 1 | Line 129: Property ToolTipText in lstStatus must be a quoted string 2 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnf.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnf.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.VBG: -------------------------------------------------------------------------------- 1 | VBGROUP 5.0 2 | StartupProject=bnfAnalyzer.vbp 3 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.bas -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.frm -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.frx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.vbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.vbp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.vbw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.vbw -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.zip -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/errorHandler.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/errorHandler.frm -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/planetSourceCode.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/planetSourceCode.JPG -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/refManOptions.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/refManOptions.frm -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/refManOptions.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/refManOptions.frx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/rrDiagram.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/rrDiagram.frm -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/showFile.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/showFile.frm -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/utilities.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/utilities.cls -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/Goals 7-13-2003.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/Goals 7-13-2003.doc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilitiesX.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilitiesX.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/obj/Debug/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/obj/Debug/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/obj/Debug/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/obj/Debug/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/~$als 7-13-2003.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/~$als 7-13-2003.doc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/addPrompt.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/addPrompt.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/addPrompt.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/addPrompt.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/reLab.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/reLab.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/reLab.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/reLab.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.addPrompt.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.addPrompt.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/reLab.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/reLab.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/reLab.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/reLab.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/reLab.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/reLab.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/reLab.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/reLab.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/commonRegularExpressions.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/commonRegularExpressions.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/obj/Debug/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/obj/Debug/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/obj/Debug/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/obj/Debug/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/regex2Explanation.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/regex2Explanation.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.VB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.VB -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05252003/registry code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05252003/registry code.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/utilities.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/utilities.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/testForm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/testForm.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/test1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/test1.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/utilities.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/utilities.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/testControl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/testControl.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/Tests/long2Basen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/Tests/long2Basen.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/Tests/test1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/Tests/test1.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/utilities.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/utilities.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/utilitiesInfo.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/utilitiesInfo.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/utilitiesInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/utilitiesInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/utilitiesTest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/utilitiesTest.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/utilitiesTest.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/utilitiesTest.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Tests/long2Basen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Tests/long2Basen.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Tests/test1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Tests/test1.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesInfo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesInfo.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesInfo.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesInfo.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesTest.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesTest.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesTest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesTest.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesTest.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesTest.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesTest.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/utilitiesTest.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/07032003/tag.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/07032003/tag.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Form1.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Form1.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Form1.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Tests/long2Basen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Tests/long2Basen.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Tests/test1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Tests/test1.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/collectionTest.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/collectionTest.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/collectionTest.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/collectionTest.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesInfo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesInfo.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/randomCollectionControl.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/randomCollectionControl.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/randomCollectionControl.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/randomCollectionControl.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/readme.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/readme.TXT -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/testItemParsing.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/testItemParsing.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/testItemParsing.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/testItemParsing.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesInfo.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesInfo.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesInfo.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesInfo.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/vssver.scc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/zoomInterface.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/zoomInterface.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/vssver.scc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/Readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/obj/Debug/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/obj/Debug/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/obj/Debug/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/obj/Debug/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/vssver.scc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/AssemblyInfo.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/AssemblyInfo.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/obj/Debug/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/obj/Debug/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/obj/Debug/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/obj/Debug/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/obj/Debug/zoom.zoom.resources: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.resx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.sln -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.vbproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.vbproj -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.vbproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.vbproj.user -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/readme.txt -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/README.md -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/contributing.md --------------------------------------------------------------------------------