├── 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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/9781590591345.jpg -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/creditEvaluation.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.Form1.resources -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/obj/Debug/creditEvaluation.ruleEntry.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.ruleEntry.resources -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.suo -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/quickBasic/clsTest.BAS: -------------------------------------------------------------------------------- 1 | Print "Hello world" 2 | cls 3 | Print "Hello world" -------------------------------------------------------------------------------- /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/qbGUI/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/obj/Debug/qbGUI.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/qbGUI.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/qbOp/bin/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/qbPolish/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/qbPolish.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/~$Polish.doc: -------------------------------------------------------------------------------- 1 | Edward G. NilgesEdward G. NilgesF!Edward G. Nilges Software Factory -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/qbScannerTest/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/windowsUtilities.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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/obj/Debug/qbScannerTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/obj/Debug/qbScannerTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/obj/Debug/qbScannerTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/obj/Debug/qbScannerTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/obj/Debug/qbScannerTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/obj/Debug/qbScannerTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/obj/Debug/qbScannerTest.scanPrompt.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/obj/Debug/qbScannerTest.scanPrompt.resources -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/zoom.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/zoom.resx -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/qbTokenType/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/qbVariable/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/qbVariableTest/Bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/qbVariableTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariableTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariableTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariableTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariableType.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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/windowsUtilities.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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/obj/Debug/qbArrayTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbArrayTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbArrayTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbArrayTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbVariableTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbVariableTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbVariableTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbVariableTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbVariableTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbVariableTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Release/qbArrayTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Release/qbArrayTest.exe -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/qbVariableTypeTester/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbVariableTypeTester.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbVariableTypeTester.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbVariableTypeTester.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/qbVariableTypeTester.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/obj/Debug/qbVariableTypeTester.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/obj/Debug/qbVariableTypeTester.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/obj/Debug/qbVariableTypeTester.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/obj/Debug/qbVariableTypeTester.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/qbVariableTypeTester.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/qbVariableTypeTester.suo -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/obj/Debug/quickBasicEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/obj/Debug/quickBasicEngine.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/obj/Debug/quickBasicEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/obj/Debug/quickBasicEngine.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/obj/Release/quickBasicEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/obj/Release/quickBasicEngine.dll -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.suo -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 0 (zero length file).txt -------------------------------------------------------------------------------- /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: -------------------------------------------------------------------------------- 1 | Data := Data constantList 2 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 12 (Oracle PL-SQL).txt: -------------------------------------------------------------------------------- 1 | assignment_statement := 2 | ( cursor_variable_name 3 | | ":" host_cursor_variable_name 4 | | ":" host_variable_name[":" indicator_name] 5 | | parameter_name 6 | | plsql_table_name "(" index ")" 7 | | record_name "." field_name 8 | | variable_name ) ":=" expression 9 | -------------------------------------------------------------------------------- /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: -------------------------------------------------------------------------------- 1 | ' BNFanalyzer test 3 (1 production) 2 | nonTerminal1 := nonterminal1 -------------------------------------------------------------------------------- /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: -------------------------------------------------------------------------------- 1 | ' BNFanalyzer test 4 (small grammar) 2 | startSymbol := nonTerminal1 TERMINAL1 ' Production 1 3 | startSymbol := 4 | TERMINAL1 ' Production 2 5 | nonTerminal1 := TERMINAL2 ' Production 3 -------------------------------------------------------------------------------- /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/bnfAnalyzer.VBG: -------------------------------------------------------------------------------- 1 | VBGROUP 5.0 2 | StartupProject=bnfAnalyzer.vbp 3 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.frx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.zip -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/planetSourceCode.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/planetSourceCode.JPG -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/refManOptions.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/refManOptions.frx -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.suo -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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: -------------------------------------------------------------------------------- 1 | Edward G. NilgesEdward G. NilgesF!Edward G. Nilges Software Factory -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/reLab.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/reLab/reLab.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/bin/utilities.pdb -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/obj/Debug/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/obj/Debug/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/obj/Debug/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/obj/Debug/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/obj/Debug/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/obj/Debug/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/obj/Debug/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/obj/Debug/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/obj/Debug/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/test1.txt: -------------------------------------------------------------------------------- 1 | Option Strict 2 | Public Function Function1 As String 3 | Sub1 4 | Function1 5 | End Function 6 | Public Sub Sub1 7 | Function2 8 | End Sub 9 | Public Function Function2 As String 10 | End Function -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/Tests/test1.txt: -------------------------------------------------------------------------------- 1 | Option Strict 2 | Public Function Function1 As String 3 | Sub1 4 | Function1 5 | End Function 6 | Public Sub Sub1 7 | Function2 8 | End Sub 9 | Public Function Function2 As String 10 | End Function -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/obj/Debug/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/obj/Debug/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/obj/Debug/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/obj/Debug/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/Tests/test1.txt: -------------------------------------------------------------------------------- 1 | Option Strict 2 | Public Function Function1 As String 3 | Sub1 4 | Function1 5 | End Function 6 | Public Sub Sub1 7 | Function2 8 | End Sub 9 | Public Function Function2 As String 10 | End Function -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/obj/Debug/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/obj/Debug/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/obj/Debug/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/obj/Debug/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/Tests/test1.txt: -------------------------------------------------------------------------------- 1 | Option Strict 2 | Public Function Function1 As String 3 | Sub1 4 | Function1 5 | End Function 6 | Public Sub Sub1 7 | Function2 8 | End Sub 9 | Public Function Function2 As String 10 | End Function -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/windowsUtilities.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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/obj/Debug/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/obj/Debug/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/obj/Debug/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/obj/Debug/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/obj/Debug/utilitiesTest.utilitiesInfo.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/obj/Debug/utilitiesTest.utilitiesInfo.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/Tests/test1.txt: -------------------------------------------------------------------------------- 1 | Option Strict 2 | Public Function Function1 As String 3 | Sub1 4 | Function1 5 | End Function 6 | Public Sub Sub1 7 | Function2 8 | End Sub 9 | Public Function Function2 As String 10 | End Function -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilitiesInfo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilitiesInfo.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesInfo.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesInfo.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesInfo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesInfo.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Tests/test1.txt: -------------------------------------------------------------------------------- 1 | Option Strict 2 | Public Function Function1 As String 3 | Sub1 4 | Function1 5 | End Function 6 | Public Sub Sub1 7 | Function2 8 | End Sub 9 | Public Function Function2 As String 10 | End Function -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/Tests/test1.txt: -------------------------------------------------------------------------------- 1 | Option Strict 2 | Public Function Function1 As String 3 | Sub1 4 | Function1 5 | End Function 6 | Public Sub Sub1 7 | Function2 8 | End Sub 9 | Public Function Function2 As String 10 | End Function -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilitiesInfo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilitiesInfo.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesInfo.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesInfo.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesInfo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesInfo.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/Interop.prjUtilities.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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/windowsUtilities.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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/Debug/utilitiesInfo.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesInfo.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesInfo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesInfo.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesTest.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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/obj/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/Tests/test1.txt: -------------------------------------------------------------------------------- 1 | Option Strict 2 | Public Function Function1 As String 3 | Sub1 4 | Function1 5 | End Function 6 | Public Sub Sub1 7 | Function2 8 | End Sub 9 | Public Function Function2 As String 10 | End Function -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilitiesInfo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilitiesInfo.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Debug/utilitiesInfo.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Debug/utilitiesInfo.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Debug/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Debug/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Debug/utilitiesInfo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Debug/utilitiesInfo.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Debug/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Debug/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Debug/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Tests/test1.txt: -------------------------------------------------------------------------------- 1 | Option Strict 2 | Public Function Function1 As String 3 | Sub1 4 | Function1 5 | End Function 6 | Public Sub Sub1 7 | Function2 8 | End Sub 9 | Public Function Function2 As String 10 | End Function -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/obj/Debug/utilitiesInfo.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesInfo.Form1.resources -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.collectionTest.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.collectionTest.resources -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/Debug/utilitiesTest.randomCollectionControl.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.randomCollectionControl.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.testItemParsing.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.testItemParsing.resources -------------------------------------------------------------------------------- /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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/utilitiesInfo.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesInfo.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/vssver.scc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/utilities/vssver.scc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/vssver.scc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/zoom/obj/Debug/zoom.zoom.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.resx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.suo -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/adc3d1fc5bbff3fa4e0ee32b7c4caf072f4e73fc/LICENSE.txt --------------------------------------------------------------------------------