├── Apress software as of 5-10-2004 (B) └── EGNSF │ ├── zoom │ ├── zoom.resx │ ├── obj │ │ └── Debug │ │ │ ├── zoom.zoom.resources │ │ │ ├── zoom.dll │ │ │ └── zoom.pdb │ ├── zoom.suo │ └── bin │ │ ├── zoom.dll │ │ ├── zoom.pdb │ │ ├── utilities.dll │ │ ├── utilities.pdb │ │ ├── windowsUtilities.dll │ │ └── windowsUtilities.pdb │ ├── Apress │ ├── quickBasic │ │ ├── qbScanner │ │ │ ├── zoom.resx │ │ │ ├── qbScanner.doc │ │ │ ├── qbScanner.suo │ │ │ ├── bin │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── collectionUtilities.dll │ │ │ │ └── collectionUtilities.pdb │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbScanner.dll │ │ │ │ │ └── qbScanner.pdb │ │ │ └── qbScannerTest │ │ │ │ ├── bin │ │ │ │ ├── zoom.dll │ │ │ │ ├── zoom.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbScannerTest.exe │ │ │ │ ├── qbScannerTest.pdb │ │ │ │ ├── windowsUtilities.dll │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ ├── collectionUtilities.dll │ │ │ │ └── collectionUtilities.pdb │ │ │ │ ├── qbScannerTest.suo │ │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbScannerTest.exe │ │ │ │ │ ├── qbScannerTest.pdb │ │ │ │ │ ├── qbScannerTest.Form1.resources │ │ │ │ │ └── qbScannerTest.scanPrompt.resources │ │ │ │ └── solutionReadme.txt │ │ ├── helloWorld.BAS │ │ ├── clsTest.BAS │ │ ├── qbOp │ │ │ ├── qbOp.doc │ │ │ ├── qbOp.suo │ │ │ ├── bin │ │ │ │ ├── qbOp.dll │ │ │ │ ├── qbOp.pdb │ │ │ │ ├── utilities.dll │ │ │ │ └── utilities.pdb │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── qbOp.dll │ │ │ │ └── qbOp.pdb │ │ ├── qbGUI │ │ │ ├── qbGUI.suo │ │ │ ├── bin │ │ │ │ ├── qbGUI.exe │ │ │ │ ├── qbGUI.pdb │ │ │ │ ├── qbOp.dll │ │ │ │ ├── qbOp.pdb │ │ │ │ ├── zoom.dll │ │ │ │ ├── zoom.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbPolish.dll │ │ │ │ ├── qbPolish.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbVariable.dll │ │ │ │ ├── qbVariable.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── quickBasicEngine.dll │ │ │ │ ├── quickBasicEngine.pdb │ │ │ │ ├── windowsUtilities.dll │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ ├── collectionUtilities.dll │ │ │ │ └── collectionUtilities.pdb │ │ │ └── obj │ │ │ │ ├── Debug │ │ │ │ ├── qbGUI.exe │ │ │ │ ├── qbGUI.pdb │ │ │ │ ├── qbGUI.Form1.resources │ │ │ │ ├── qbGUI.frmRun.resources │ │ │ │ ├── qbGUI.options.resources │ │ │ │ ├── qbGUI.eventLogFormat.resources │ │ │ │ └── qbGUI.modifyVariable.resources │ │ │ │ └── Release │ │ │ │ └── qbGUI.exe │ │ ├── qbToken │ │ │ ├── qbToken.suo │ │ │ ├── bin │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ └── qbTokenType.pdb │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbToken.dll │ │ │ │ │ └── qbToken.pdb │ │ │ └── readme.txt │ │ ├── qbPolish │ │ │ ├── bin │ │ │ │ ├── qbOp.dll │ │ │ │ ├── qbOp.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbPolish.dll │ │ │ │ ├── qbPolish.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbVariable.dll │ │ │ │ ├── qbVariable.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── collectionUtilities.dll │ │ │ │ └── collectionUtilities.pdb │ │ │ ├── qbPolish.doc │ │ │ ├── qbPolish.suo │ │ │ ├── qbPolish.vb │ │ │ ├── ~$Polish.doc │ │ │ ├── ~WRL0747.tmp │ │ │ ├── ~WRL0983.tmp │ │ │ ├── ~WRL1190.tmp │ │ │ ├── ~WRL2438.tmp │ │ │ ├── ~WRL2679.tmp │ │ │ ├── ~WRL3118.tmp │ │ │ ├── ~WRL3724.tmp │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── qbPolish.dll │ │ │ │ └── qbPolish.pdb │ │ ├── qbVariable │ │ │ ├── readme.txt │ │ │ ├── bin │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbVariable.dll │ │ │ │ ├── qbVariable.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── collectionUtilities.dll │ │ │ │ └── collectionUtilities.pdb │ │ │ ├── qbVariable.suo │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbVariable.dll │ │ │ │ │ └── qbVariable.pdb │ │ │ └── qbVariableTest │ │ │ │ ├── Bitmap1.bmp │ │ │ │ ├── bin │ │ │ │ ├── zoom.dll │ │ │ │ ├── zoom.pdb │ │ │ │ ├── qbArray.dll │ │ │ │ ├── qbArray.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbVariable.dll │ │ │ │ ├── qbVariable.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── qbArrayTest.exe │ │ │ │ ├── qbArrayTest.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbVariableTest.exe │ │ │ │ ├── qbVariableTest.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── windowsUtilities.dll │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ ├── collectionUtilities.dll │ │ │ │ └── collectionUtilities.pdb │ │ │ │ ├── qbArrayTest.suo │ │ │ │ ├── qbVariableTest.suo │ │ │ │ ├── obj │ │ │ │ ├── Debug │ │ │ │ │ ├── qbArrayTest.exe │ │ │ │ │ ├── qbArrayTest.pdb │ │ │ │ │ ├── qbVariableTest.exe │ │ │ │ │ ├── qbVariableTest.pdb │ │ │ │ │ ├── qbVariableTest.Form1.resources │ │ │ │ │ ├── qbVariableTest.netValueEntry.resources │ │ │ │ │ └── qbVariableTest.modifyVariable.resources │ │ │ │ └── Release │ │ │ │ │ └── qbArrayTest.exe │ │ │ │ └── solutionReadme.txt │ │ ├── qbTokenType │ │ │ ├── qbTokenType.suo │ │ │ ├── bin │ │ │ │ ├── qbTokenType.dll │ │ │ │ └── qbTokenType.pdb │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── qbTokenType.dll │ │ │ │ └── qbTokenType.pdb │ │ ├── quickBasicEngine │ │ │ ├── bin │ │ │ │ ├── qbOp.dll │ │ │ │ ├── qbOp.pdb │ │ │ │ ├── qbPolish.dll │ │ │ │ ├── qbPolish.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbVariable.dll │ │ │ │ ├── qbVariable.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── quickBasicEngine.dll │ │ │ │ ├── quickBasicEngine.pdb │ │ │ │ ├── collectionUtilities.dll │ │ │ │ └── collectionUtilities.pdb │ │ │ ├── quickBasicEngine.suo │ │ │ └── obj │ │ │ │ ├── Debug │ │ │ │ ├── quickBasicEngine.dll │ │ │ │ └── quickBasicEngine.pdb │ │ │ │ └── Release │ │ │ │ └── quickBasicEngine.dll │ │ ├── qbVariableType │ │ │ ├── bin │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── collectionUtilities.dll │ │ │ │ └── collectionUtilities.pdb │ │ │ ├── qbVariableType.suo │ │ │ ├── obj │ │ │ │ └── Debug │ │ │ │ │ ├── qbVariableType.dll │ │ │ │ │ └── qbVariableType.pdb │ │ │ └── qbVariableTypeTester │ │ │ │ ├── bin │ │ │ │ ├── zoom.dll │ │ │ │ ├── zoom.pdb │ │ │ │ ├── qbToken.dll │ │ │ │ ├── qbToken.pdb │ │ │ │ ├── qbScanner.dll │ │ │ │ ├── qbScanner.pdb │ │ │ │ ├── utilities.dll │ │ │ │ ├── utilities.pdb │ │ │ │ ├── qbTokenType.dll │ │ │ │ ├── qbTokenType.pdb │ │ │ │ ├── qbVariableType.dll │ │ │ │ ├── qbVariableType.pdb │ │ │ │ ├── windowsUtilities.dll │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ ├── collectionUtilities.dll │ │ │ │ ├── collectionUtilities.pdb │ │ │ │ ├── qbVariableTypeTester.exe │ │ │ │ └── qbVariableTypeTester.pdb │ │ │ │ ├── qbVariableTypeTester.suo │ │ │ │ └── obj │ │ │ │ └── Debug │ │ │ │ ├── qbVariableTypeTester.exe │ │ │ │ ├── qbVariableTypeTester.pdb │ │ │ │ └── qbVariableTypeTester.Form1.resources │ │ ├── nFactorial.BAS │ │ ├── nFactorialWithTypes.BAS │ │ ├── dimStatement.bas │ │ └── datatypeTest.BAS │ ├── integerCalc │ │ ├── bin │ │ │ ├── zoom.dll │ │ │ ├── zoom.pdb │ │ │ ├── Iegnsf.dll │ │ │ ├── Iegnsf.pdb │ │ │ ├── utilities.dll │ │ │ ├── utilities.pdb │ │ │ ├── integerCalc.exe │ │ │ ├── integerCalc.pdb │ │ │ ├── windowsUtilities.dll │ │ │ ├── windowsUtilities.pdb │ │ │ ├── collectionUtilities.dll │ │ │ └── collectionUtilities.pdb │ │ ├── integerCalc.suo │ │ ├── obj │ │ │ └── Debug │ │ │ │ ├── integerCalc.exe │ │ │ │ ├── integerCalc.pdb │ │ │ │ └── integerCalc.Form1.resources │ │ └── licenses.licx │ └── creditEvaluation │ │ ├── bin │ │ ├── qbOp.dll │ │ ├── qbOp.pdb │ │ ├── qbToken.dll │ │ ├── qbToken.pdb │ │ ├── qbPolish.dll │ │ ├── qbPolish.pdb │ │ ├── qbScanner.dll │ │ ├── qbScanner.pdb │ │ ├── qbVariable.dll │ │ ├── qbVariable.pdb │ │ ├── utilities.dll │ │ ├── utilities.pdb │ │ ├── qbTokenType.dll │ │ ├── qbTokenType.pdb │ │ ├── qbVariableType.dll │ │ ├── qbVariableType.pdb │ │ ├── creditEvaluation.exe │ │ ├── creditEvaluation.pdb │ │ ├── quickBasicEngine.dll │ │ ├── quickBasicEngine.pdb │ │ ├── windowsUtilities.dll │ │ ├── windowsUtilities.pdb │ │ ├── collectionUtilities.dll │ │ └── collectionUtilities.pdb │ │ ├── creditEvaluation.suo │ │ └── obj │ │ └── Debug │ │ ├── creditEvaluation.exe │ │ ├── creditEvaluation.pdb │ │ ├── creditEvaluation.Form1.resources │ │ └── creditEvaluation.ruleEntry.resources │ ├── bnfAnalyzer │ ├── Test files │ │ ├── BNFanalyzer test 1 (blank file).txt │ │ ├── BNFanalyzer test 0 (zero length file).txt │ │ ├── BNFanalyzer test 10.txt │ │ ├── BNFanalyzer test 2 (non-null comment).txt │ │ ├── bnfAnalyzer.log │ │ ├── BNFanalyzer test 3b (1 production).txt │ │ ├── BNFanalyzer test 3 (1 production).txt │ │ ├── BNFanalyzer test 3a (1 production).txt │ │ ├── BNFanalyzer test 4 (small grammar).txt │ │ ├── BNFanalyzer test 12 (Oracle PL-SQL).txt │ │ └── BNFanalyzer test 11.txt │ ├── bnfAnalyzer.VBG │ ├── Package.zip │ ├── bnfAnalyzer.exe │ ├── bnfAnalyzer.frx │ ├── bnfAnalyzer.zip │ ├── refManOptions.frx │ ├── planetSourceCode.JPG │ ├── Copy of bnfAnalyzer.exe │ ├── bnfAnalyzer.vbw │ └── bnfAnalyzer.bas │ ├── reLab │ ├── reLab.suo │ ├── bin │ │ ├── reLab.exe │ │ ├── reLab.pdb │ │ ├── zoom.dll │ │ ├── zoom.pdb │ │ ├── utilities.dll │ │ ├── utilities.pdb │ │ ├── windowsUtilities.dll │ │ └── windowsUtilities.pdb │ └── obj │ │ └── Debug │ │ ├── reLab.exe │ │ ├── reLab.pdb │ │ ├── reLab.Form1.resources │ │ └── reLab.addPrompt.resources │ ├── utilities │ ├── vssver.scc │ ├── utilities.suo │ ├── bin │ │ ├── utilities.dll │ │ └── utilities.pdb │ ├── obj │ │ └── Debug │ │ │ ├── utilities.dll │ │ │ └── utilities.pdb │ ├── utilitiesTest │ │ ├── vssver.scc │ │ ├── bin │ │ │ ├── zoom.dll │ │ │ ├── zoom.pdb │ │ │ ├── utilities.dll │ │ │ ├── utilities.pdb │ │ │ ├── Interop.VBA.dll │ │ │ ├── utilitiesInfo.exe │ │ │ ├── utilitiesTest.exe │ │ │ ├── utilitiesTest.pdb │ │ │ ├── windowsUtilities.dll │ │ │ ├── windowsUtilities.pdb │ │ │ ├── Interop.prjUtilities.dll │ │ │ ├── collectionUtilities.dll │ │ │ └── collectionUtilities.pdb │ │ ├── utilitiesInfo.suo │ │ ├── utilitiesTest.suo │ │ ├── obj │ │ │ ├── Interop.VBA.dll │ │ │ ├── Debug │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ ├── utilitiesTest.exe │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ ├── utilitiesInfo.Form1.resources │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ ├── utilitiesTest.collectionTest.resources │ │ │ │ ├── utilitiesTest.testItemParsing.resources │ │ │ │ └── utilitiesTest.randomCollectionControl.resources │ │ │ └── Interop.prjUtilities.dll │ │ ├── Archive │ │ │ ├── 05312003 │ │ │ │ ├── bin │ │ │ │ │ ├── zoom.dll │ │ │ │ │ ├── zoom.pdb │ │ │ │ │ ├── utilities.dll │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ └── windowsUtilities.pdb │ │ │ │ ├── obj │ │ │ │ │ └── Debug │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ └── utilitiesTest.utilitiesInfo.resources │ │ │ │ └── Tests │ │ │ │ │ └── test1.txt │ │ │ ├── 06032003 │ │ │ │ ├── bin │ │ │ │ │ ├── zoom.dll │ │ │ │ │ ├── zoom.pdb │ │ │ │ │ ├── utilities.dll │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ ├── obj │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ ├── Debug │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── utilitiesInfo.Form1.resources │ │ │ │ │ │ └── utilitiesTest.Form1.resources │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ ├── Version32 │ │ │ │ │ ├── bin │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ ├── zoom.pdb │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ │ ├── obj │ │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ │ ├── Debug │ │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ │ ├── utilitiesInfo.Form1.resources │ │ │ │ │ │ │ └── utilitiesTest.Form1.resources │ │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ │ └── Tests │ │ │ │ │ │ └── test1.txt │ │ │ │ └── Tests │ │ │ │ │ └── test1.txt │ │ │ ├── 05262003 │ │ │ │ └── Version1 │ │ │ │ │ ├── bin │ │ │ │ │ ├── zoom.dll │ │ │ │ │ ├── zoom.pdb │ │ │ │ │ ├── utilities.dll │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ └── windowsUtilities.pdb │ │ │ │ │ ├── obj │ │ │ │ │ └── Debug │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ └── utilitiesTest.Form1.resources │ │ │ │ │ └── readme.TXT │ │ │ ├── 05272003 │ │ │ │ ├── Version2 │ │ │ │ │ ├── bin │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ ├── zoom.pdb │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ └── windowsUtilities.pdb │ │ │ │ │ ├── obj │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ │ └── utilitiesTest.utilitiesInfo.resources │ │ │ │ │ └── test1.txt │ │ │ │ └── Version21 │ │ │ │ │ ├── bin │ │ │ │ │ ├── zoom.dll │ │ │ │ │ ├── zoom.pdb │ │ │ │ │ ├── utilities.dll │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ └── windowsUtilities.pdb │ │ │ │ │ ├── obj │ │ │ │ │ └── Debug │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ └── utilitiesTest.utilitiesInfo.resources │ │ │ │ │ └── Tests │ │ │ │ │ └── test1.txt │ │ │ ├── 05292003 │ │ │ │ ├── Version22 │ │ │ │ │ ├── bin │ │ │ │ │ │ ├── zoom.dll │ │ │ │ │ │ ├── zoom.pdb │ │ │ │ │ │ ├── utilities.dll │ │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ │ └── windowsUtilities.pdb │ │ │ │ │ ├── obj │ │ │ │ │ │ └── Debug │ │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ │ ├── utilitiesTest.Form1.resources │ │ │ │ │ │ │ └── utilitiesTest.utilitiesInfo.resources │ │ │ │ │ └── Tests │ │ │ │ │ │ └── test1.txt │ │ │ │ └── testControl.txt │ │ │ ├── 06022003 │ │ │ │ └── Version31 │ │ │ │ │ ├── bin │ │ │ │ │ ├── zoom.dll │ │ │ │ │ ├── zoom.pdb │ │ │ │ │ ├── utilities.dll │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ │ ├── obj │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ ├── Debug │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── utilitiesInfo.Form1.resources │ │ │ │ │ │ └── utilitiesTest.Form1.resources │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ │ └── Tests │ │ │ │ │ └── test1.txt │ │ │ ├── 06082003 │ │ │ │ └── Version33 │ │ │ │ │ ├── bin │ │ │ │ │ ├── zoom.dll │ │ │ │ │ ├── zoom.pdb │ │ │ │ │ ├── utilities.dll │ │ │ │ │ ├── utilities.pdb │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ ├── windowsUtilities.dll │ │ │ │ │ ├── windowsUtilities.pdb │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ │ ├── obj │ │ │ │ │ ├── Interop.VBA.dll │ │ │ │ │ ├── Debug │ │ │ │ │ │ ├── utilitiesInfo.exe │ │ │ │ │ │ ├── utilitiesInfo.pdb │ │ │ │ │ │ ├── utilitiesTest.exe │ │ │ │ │ │ ├── utilitiesTest.pdb │ │ │ │ │ │ ├── utilitiesInfo.Form1.resources │ │ │ │ │ │ └── utilitiesTest.Form1.resources │ │ │ │ │ └── Interop.prjUtilities.dll │ │ │ │ │ └── Tests │ │ │ │ │ └── test1.txt │ │ │ ├── 07032003 │ │ │ │ └── tag.txt │ │ │ └── 07052003 │ │ │ │ └── testCollectionsInterface.txt │ │ └── Tests │ │ │ └── test1.txt │ └── readme.txt │ ├── windowsUtilities │ ├── vssver.scc │ ├── bin │ │ ├── utilities.dll │ │ ├── utilities.pdb │ │ ├── windowsUtilities.dll │ │ └── windowsUtilities.pdb │ ├── windowsUtilities.suo │ └── obj │ │ └── Debug │ │ ├── windowsUtilities.dll │ │ └── windowsUtilities.pdb │ └── collectionUtilities │ ├── bin │ ├── utilities.dll │ ├── utilities.pdb │ ├── collectionUtilities.dll │ └── collectionUtilities.pdb │ ├── Goals 7-13-2003.doc │ ├── ~$als 7-13-2003.doc │ ├── collectionUtilities.suo │ └── obj │ └── Debug │ ├── collectionUtilities.dll │ └── collectionUtilities.pdb ├── LICENSE.txt ├── 9781590591345.jpg ├── README.md └── contributing.md /Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.resx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/obj/Debug/zoom.zoom.resources: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/zoom.resx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /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/bnfAnalyzer/Test files/BNFanalyzer test 1 (blank file).txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 0 (zero length file).txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /9781590591345.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/9781590591345.jpg -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 10.txt: -------------------------------------------------------------------------------- 1 | Data := Data constantList 2 | -------------------------------------------------------------------------------- /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/bnfAnalyzer/bnfAnalyzer.VBG: -------------------------------------------------------------------------------- 1 | VBGROUP 5.0 2 | StartupProject=bnfAnalyzer.vbp 3 | -------------------------------------------------------------------------------- /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.log: -------------------------------------------------------------------------------- 1 | Line 129: Property ToolTipText in lstStatus must be a quoted string 2 | -------------------------------------------------------------------------------- /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 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/zoom/zoom.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/zoom.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/reLab.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/reLab.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/reLab.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/reLab.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/reLab.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/reLab.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/vssver.scc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Package.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Package.zip -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilities.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/obj/Debug/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/obj/Debug/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/obj/Debug/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/obj/Debug/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.frx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.zip -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/vssver.scc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/refManOptions.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/refManOptions.frx -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/zoom/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.doc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/qbOp.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/planetSourceCode.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/planetSourceCode.JPG -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/Iegnsf.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/Iegnsf.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/Iegnsf.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/Iegnsf.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/integerCalc.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/qbGUI.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/qbGUI.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/obj/Debug/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/obj/Debug/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/obj/Debug/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/obj/Debug/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/vssver.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/vssver.scc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbGUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbGUI.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbGUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbGUI.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/qbToken.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Copy of bnfAnalyzer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Copy of bnfAnalyzer.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/windowsUtilities.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/integerCalc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/integerCalc.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/integerCalc.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/integerCalc.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.doc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/qbPolish.vb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~$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/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL0747.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL0983.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL0983.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL1190.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL1190.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL2438.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL2438.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL2679.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL2679.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL3118.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL3118.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL3724.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/~WRL3724.tmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/readme.txt -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/Goals 7-13-2003.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/Goals 7-13-2003.doc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/~$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/Apress/creditEvaluation/bin/qbPolish.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbPolish.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbPolish.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbPolish.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbPolish.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbPolish.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbPolish.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbPolish.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/obj/Debug/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/obj/Debug/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/obj/Debug/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbOp/obj/Debug/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.doc -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScanner.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.addPrompt.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/reLab/obj/Debug/reLab.addPrompt.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesInfo.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesInfo.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/utilitiesTest.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/creditEvaluation.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/creditEvaluation.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbPolish.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbPolish.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbPolish.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbPolish.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariable.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/collectionUtilities.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Release/qbGUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Release/qbGUI.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/obj/Debug/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/obj/Debug/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/obj/Debug/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/obj/Debug/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/qbTokenType.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbOp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbOp.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbOp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbOp.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/obj/Debug/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/obj/Debug/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/obj/Debug/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/windowsUtilities/obj/Debug/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/creditEvaluation.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/creditEvaluation.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/creditEvaluation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/creditEvaluation.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/quickBasicEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/quickBasicEngine.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/quickBasicEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/quickBasicEngine.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/quickBasicEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/quickBasicEngine.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/quickBasicEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/quickBasicEngine.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/obj/Debug/qbPolish.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/obj/Debug/qbPolish.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/obj/Debug/qbPolish.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/obj/Debug/qbPolish.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/windowsUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/windowsUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/windowsUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/obj/Debug/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/obj/Debug/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/obj/Debug/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/obj/Debug/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableType.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbPolish.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbPolish.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbPolish.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbPolish.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesInfo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesInfo.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbPolish/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/obj/Debug/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/obj/Debug/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/obj/Debug/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/obj/Debug/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/obj/Debug/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/obj/Debug/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/obj/Debug/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/collectionUtilities/obj/Debug/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/integerCalc/obj/Debug/integerCalc.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.frmRun.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.frmRun.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.options.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.options.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/obj/Debug/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/obj/Debug/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/obj/Debug/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbTokenType/obj/Debug/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/Bitmap1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/Bitmap1.bmp -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/quickBasicEngine.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/qbScannerTest.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/qbScannerTest.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArray.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArray.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArray.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArray.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbToken.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbToken.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbToken.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/qbArrayTest.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/qbArrayTest.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/quickBasicEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/quickBasicEngine.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/quickBasicEngine.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/quickBasicEngine.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbScanner.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbScanner.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbScanner.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariable.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariable.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbVariable.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/utilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/utilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/utilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/qbVariableTest.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/qbVariableTest.suo -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/obj/Debug/qbVariableType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/obj/Debug/qbVariableType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/obj/Debug/qbVariableType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/obj/Debug/qbVariableType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/collectionUtilities.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/collectionUtilities.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/bin/collectionUtilities.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/bin/zoom.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesInfo.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesInfo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesInfo.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/utilitiesTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Interop.VBA.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.eventLogFormat.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.eventLogFormat.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.modifyVariable.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbGUI/obj/Debug/qbGUI.modifyVariable.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScannerTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScannerTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScannerTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/bin/qbScannerTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArrayTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArrayTest.exe -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArrayTest.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbArrayTest.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbTokenType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbTokenType.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbTokenType.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/qbTokenType.pdb -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/zoom.dll -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/zoom.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/bin/zoom.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/HEAD/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/HEAD/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/06022003/Version31/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/06032003/Version32/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/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/HEAD/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/06082003/Version33/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/obj/Debug/utilitiesInfo.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesInfo.Form1.resources -------------------------------------------------------------------------------- /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/HEAD/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/Apress/creditEvaluation/obj/Debug/creditEvaluation.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.Form1.resources -------------------------------------------------------------------------------- /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/HEAD/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/HEAD/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/qbVariable/qbVariableTest/bin/qbVariableTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/bin/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/HEAD/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/HEAD/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/HEAD/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/qbVariableType/qbVariableTypeTester/bin/zoom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/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/HEAD/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/quickBasicEngine/obj/Debug/quickBasicEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/quickBasicEngine/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/HEAD/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/HEAD/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/utilities/utilitiesTest/Archive/05262003/Version1/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/05272003/Version2/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/05312003/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/06032003/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/Apress/quickBasic/qbScanner/qbScannerTest/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/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/HEAD/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/obj/Debug/qbScannerTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/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/HEAD/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/qbVariable/qbVariableTest/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/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/HEAD/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/obj/Debug/qbArrayTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/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/HEAD/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/qbVariableType/qbVariableTypeTester/bin/qbToken.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/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/HEAD/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/utilities/utilitiesTest/Archive/05272003/Version21/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/05292003/Version22/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/05312003/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/06022003/Version31/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/06032003/Version32/bin/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/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/HEAD/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/bin/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/bin/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /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/HEAD/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/HEAD/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.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/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/HEAD/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.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/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/HEAD/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/HEAD/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/Apress/creditEvaluation/obj/Debug/creditEvaluation.ruleEntry.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/creditEvaluation/obj/Debug/creditEvaluation.ruleEntry.resources -------------------------------------------------------------------------------- /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/HEAD/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/HEAD/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/obj/Debug/qbVariableTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/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/HEAD/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/HEAD/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/qbVariableType/qbVariableTypeTester/bin/qbScanner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/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/HEAD/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/utilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/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/HEAD/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/utilities/utilitiesTest/Archive/05262003/Version1/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/05272003/Version2/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/Version21/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/05292003/Version22/bin/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/06022003/Version31/bin/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/Interop.VBA.dll -------------------------------------------------------------------------------- /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/HEAD/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/HEAD/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/HEAD/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/HEAD/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/obj/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Interop.VBA.dll -------------------------------------------------------------------------------- /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/HEAD/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/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/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/HEAD/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/HEAD/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/HEAD/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/obj/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Interop.VBA.dll -------------------------------------------------------------------------------- /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/HEAD/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/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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/HEAD/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/HEAD/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/obj/Interop.VBA.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Interop.VBA.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/obj/Debug/utilitiesTest.collectionTest.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.collectionTest.resources -------------------------------------------------------------------------------- /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/HEAD/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/HEAD/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/utilities/utilitiesTest/Archive/05262003/Version1/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/05272003/Version2/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/obj/Debug/utilitiesTest.testItemParsing.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.testItemParsing.resources -------------------------------------------------------------------------------- /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/HEAD/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/HEAD/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/utilities/utilitiesTest/Archive/05262003/Version1/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/Version21/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/05292003/Version22/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/06022003/Version31/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/06032003/Version32/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/06082003/Version33/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/Apress/quickBasic/qbVariableType/qbVariableTypeTester/bin/windowsUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/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/HEAD/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/qbVariableTypeTester.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/qbVariableTypeTester.suo -------------------------------------------------------------------------------- /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/utilities/utilitiesTest/Archive/05272003/Version21/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/obj/Debug/utilitiesTest.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/06022003/Version31/bin/Interop.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/bin/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /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/HEAD/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/HEAD/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.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/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/HEAD/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.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Interop.prjUtilities.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/HEAD/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/obj/Debug/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/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/HEAD/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.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Interop.prjUtilities.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/HEAD/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/obj/Debug/utilitiesInfo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/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/HEAD/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/HEAD/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/HEAD/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.prjUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Interop.prjUtilities.dll -------------------------------------------------------------------------------- /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/HEAD/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/qbVariableType/qbVariableTypeTester/bin/collectionUtilities.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/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/HEAD/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/qbVariableTypeTester.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/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/HEAD/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/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/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/obj/Debug/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /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/obj/Debug/utilitiesInfo.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/obj/Debug/utilitiesInfo.Form1.resources -------------------------------------------------------------------------------- /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/HEAD/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/obj/Debug/utilitiesTest.randomCollectionControl.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/obj/Debug/utilitiesTest.randomCollectionControl.resources -------------------------------------------------------------------------------- /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/HEAD/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/qbScanner/qbScannerTest/obj/Debug/qbScannerTest.scanPrompt.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/obj/Debug/qbScannerTest.scanPrompt.resources -------------------------------------------------------------------------------- /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/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/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/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/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/Apress/quickBasic/qbVariableType/qbVariableTypeTester/obj/Debug/qbVariableTypeTester.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/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/HEAD/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/utilities/utilitiesTest/Archive/05262003/Version1/obj/Debug/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /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/HEAD/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/05312003/obj/Debug/utilitiesTest.utilitiesInfo.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05312003/obj/Debug/utilitiesTest.utilitiesInfo.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbVariableTest.netValueEntry.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbVariableTest.netValueEntry.resources -------------------------------------------------------------------------------- /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/HEAD/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/05292003/Version22/obj/Debug/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /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/HEAD/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/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06022003/Version31/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /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/HEAD/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/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06032003/Version32/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /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/HEAD/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/utilitiesTest.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/06082003/Version33/obj/Debug/utilitiesTest.Form1.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbVariableTest.modifyVariable.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/obj/Debug/qbVariableTest.modifyVariable.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/obj/Debug/utilitiesTest.utilitiesInfo.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version2/obj/Debug/utilitiesTest.utilitiesInfo.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/obj/Debug/utilitiesTest.utilitiesInfo.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05272003/Version21/obj/Debug/utilitiesTest.utilitiesInfo.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/obj/Debug/utilitiesTest.utilitiesInfo.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/Version22/obj/Debug/utilitiesTest.utilitiesInfo.resources -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/obj/Debug/qbVariableTypeTester.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/build-your-own-.net-language-compiler/HEAD/Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariableType/qbVariableTypeTester/obj/Debug/qbVariableTypeTester.Form1.resources -------------------------------------------------------------------------------- /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/Apress/integerCalc/licenses.licx: -------------------------------------------------------------------------------- 1 | System.Windows.Forms.Form, System.Windows.Forms, Version=1.0.2411.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 2 | System.Windows.Forms.TextBox, System.Windows.Forms, Version=1.0.2411.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 3 | System.Windows.Forms.Button, System.Windows.Forms, Version=1.0.2411.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 4 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.vbw: -------------------------------------------------------------------------------- 1 | frmBNFanalyzer = 66, 66, 576, 440, , 22, 22, 547, 462, C 2 | frmRefManOptions = 110, 110, 785, 503, , 132, 132, 724, 532, C 3 | clsUtilities = 27, 27, 740, 421, Z 4 | frmRRdiagram = 81, 81, 555, 475, , 54, 54, 528, 448, C 5 | modBNFanalyzer = 54, 54, 738, 448, 6 | frmShowFile = 88, 88, 530, 481, , 66, 66, 640, 459, C 7 | frmErrorHandler = 0, 0, 0, 0, C, 176, 176, 558, 569, C 8 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/Test files/BNFanalyzer test 11.txt: -------------------------------------------------------------------------------- 1 | functionCall := functionName ( expressionList ) 2 | functionName := Abs | Asc | Ceil | Chr | Cos | Eval | Floor | Int | 3 | Iif | Isnumeric | Lbound | Lcase | Left | Len | Log | 4 | Max | Min | Mid | | Replace | Right | Rnd | Sin | 5 | Sgn | | String | Tab | Trim | 6 | Ubound | Ucase | Utility 7 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbVariable/qbVariableTest/solutionReadme.txt: -------------------------------------------------------------------------------- 1 | qbVariableTest 2 | 3 | This Solution generates the qbVariableTest form and application for testing 4 | the qbVariable class. 5 | 6 | 7 | C H A N G E R E C O R D (Doesn't include changes prior to 2-11-04) ------ 8 | DATE PROGRAMMER DESCRIPTION OF CHANGE 9 | -------- ---------- ----------------------------------------------- 10 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/bnfAnalyzer/bnfAnalyzer.bas: -------------------------------------------------------------------------------- 1 | Attribute VB_Name = "modBNFanalyzer" 2 | Option Explicit 3 | 4 | ' ***** Operators ***************************************************** 5 | Public Const OPERATOR_SEQUENCE = " " 6 | Public Const OPERATOR_ALTERNATION = "|" 7 | Public Const OPERATOR_MRE_ZEROTRIP = "*" 8 | Public Const OPERATOR_MRE_ONETRIP = "+" 9 | Public Const OPERATOR_OPTIONALSEQUENCE = "[" 10 | Public Const OPERATOR_PRODUCTION = ":=" 11 | 12 | 13 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/nFactorial.BAS: -------------------------------------------------------------------------------- 1 | ' ***** CALCULATION OF N FACTORIAL ***** 2 | DIM N 3 | DIM F 4 | PRINT "ENTER N" 5 | INPUT N 6 | IF N<>INT(N) THEN 7 | PRINT "N VALUE " & N & " IS NOT AN INTEGER" 8 | END 9 | END IF 10 | IF N<=0 THEN 11 | PRINT "N VALUE " & N & " IS NOT A POSITIVE NUMBER" 12 | END 13 | END IF 14 | F = 1 15 | DIM N2 16 | FOR N2 = N TO 2 STEP -1 17 | F = F * N2 18 | NEXT N2 19 | PRINT "THE FACTORIAL OF " & N & " IS " & F -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/nFactorialWithTypes.BAS: -------------------------------------------------------------------------------- 1 | ' ***** CALCULATION OF N! USING DATA TYPES ***** 2 | DIM N AS LONG 3 | DIM F AS LONG 4 | DIM N2 AS LONG 5 | PRINT "ENTER N" 6 | INPUT N 7 | IF N<>INT(N) THEN 8 | PRINT "N VALUE " & N & " IS NOT AN INTEGER" 9 | END 10 | END IF 11 | IF N<=0 THEN 12 | PRINT "N VALUE " & N & " IS NOT A POSITIVE NUMBER" 13 | END 14 | END IF 15 | F = 1 16 | FOR N2 = N TO 2 STEP -1 17 | F = F * N2 18 | NEXT N2 19 | PRINT "THE FACTORIAL OF " & N & " IS " & F -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbScanner/qbScannerTest/solutionReadme.txt: -------------------------------------------------------------------------------- 1 | This solution tests and demonstrates the scanner of the quickBasicEngine 2 | 3 | 4 | C H A N G E R E C O R D ------------------------------------------------- 5 | DATE PROGRAMMER DESCRIPTION 6 | -------- ---------- ------------------------------------------------- 7 | 01 12 04 Nilges Removed collectionUtilities, utilities, 8 | windowsUtilities and zoom, and added them as 9 | DLLs 10 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/qbToken/readme.txt: -------------------------------------------------------------------------------- 1 | qbToken 2 | 3 | This class defines one scan token as is used in the quickBasic engine 4 | including its start index, length, type and its line number 5 | 6 | 7 | 8 | C H A N G E R E C O R D ------------------------------------------------- 9 | DATE PROGRAMMER DESCRIPTION 10 | -------- ---------- ------------------------------------------------- 11 | 10 11 03 Nilges Added typeToEnum method 12 | 13 | 12 20 03 Nilges Added dispose overlay to avoid an inspection -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Apress Source Code 2 | 3 | This repository accompanies [*Build Your Own .NET Language and Compiler*](http://www.apress.com/9781590591345) by Edward G. Nilges (Apress, 2004). 4 | 5 | ![Cover image](9781590591345.jpg) 6 | 7 | Download the files as a zip using the green button, or clone the repository to your machine using Git. 8 | 9 | ## Releases 10 | 11 | Release v1.0 corresponds to the code in the published book, without corrections or updates. 12 | 13 | ## Contributions 14 | 15 | See the file Contributing.md for more information on how you can contribute to this repository. 16 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/dimStatement.bas: -------------------------------------------------------------------------------- 1 | Dim booFlag as Boolean 2 | booFlag = True 3 | Dim bytSmallInteger as Byte 4 | bytSmallInteger = 255 5 | Dim intMediumInteger as Integer 6 | intMediumInteger = -32768 7 | Dim lngLargeInteger As Long 8 | lngLargeInteger = 32768 9 | Dim sngSingleFP As Single 10 | sngSingleFP = 1.1 11 | Dim dblDoubleFP As Double 12 | dblDoubleFP = 1.00000001 13 | Dim strText As String 14 | strText = "Text" 15 | Print booFlag 16 | Print bytSmallInteger 17 | Print intMediumInteger 18 | Print lngLargeInteger 19 | Print sngSingleFP 20 | Print dblDoubleFP 21 | Print strText -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05262003/Version1/readme.TXT: -------------------------------------------------------------------------------- 1 | utilitiesTest 2 | 3 | This application and form allows the user to learn and test utilities functions. 4 | 5 | 6 | C H A N G E R E C O R D ----------------------------------------------------- 7 | DATE PROGRAMMER DESCRIPTION 8 | -------- ---------- ----------------------------------------------------- 9 | 05 10 03 Nilges Started version 1 10 | 11 | 05 26 03 Nilges Completed version 1: archived to C:\egnsf\utilities\ 12 | utilitiesTest\Archive\0526003\Version1 13 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/05292003/testControl.txt: -------------------------------------------------------------------------------- 1 | #Region " My own objects " 2 | 3 | ' ********************************************************************* 4 | ' * * 5 | ' * testControl Utilities test control * 6 | ' * * 7 | ' ********************************************************************* 8 | 9 | Private Class testControl 10 | Inherits Control 11 | 12 | ' ***** Object state ***** 13 | End Class 14 | 15 | #End Region ' " My own objects " 16 | -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Contributing to Apress Source Code 2 | 3 | Copyright for Apress source code belongs to the author(s). However, under fair use you are encouraged to fork and contribute minor corrections and updates for the benefit of the author(s) and other readers. 4 | 5 | ## How to Contribute 6 | 7 | 1. Make sure you have a GitHub account. 8 | 2. Fork the repository for the relevant book. 9 | 3. Create a new branch on which to make your change, e.g. 10 | `git checkout -b my_code_contribution` 11 | 4. Commit your change. Include a commit message describing the correction. Please note that if your commit message is not clear, the correction will not be accepted. 12 | 5. Submit a pull request. 13 | 14 | Thank you for your contribution! -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/07032003/tag.txt: -------------------------------------------------------------------------------- 1 | ' * * 2 | ' * Tag usage: the list box lstCollection is tagged after it is * 3 | ' * loaded; the Tag is set to the number of abstract (parenthesized) * 4 | ' * collections because these entries don't correspond to entries in * 5 | ' * the colCollections table. * 6 | 7 | 8 | With lstCollectionsAvailable 9 | Dim intIndex1 As Integer 10 | For intIndex1 = 0 To .Items.Count - 1 11 | If Mid(CStr(.Items(intIndex1)), 1, 1) <> "(" Then Exit For 12 | Next intIndex1 13 | .Tag = intIndex1 14 | End With 15 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/Apress/quickBasic/datatypeTest.BAS: -------------------------------------------------------------------------------- 1 | Dim booFlag as Boolean 2 | booFlag = True 3 | Dim bytSmallInteger As Byte 4 | bytSmallInteger = 255 5 | Dim intMediumInteger As Integer 6 | intMediumInteger = -32768 7 | Dim lngLargeInteger As Long 8 | lngLargeInteger = 32768 9 | Dim sngSingleFP As Single 10 | sngSingleFP = 1.1 11 | Dim dblDoubleFP As Double 12 | dblDoubleFP = 1.00000001 13 | Dim strText As String 14 | strText = "Text" 15 | Print booFlag 16 | Print bytSmallInteger 17 | Print intMediumInteger 18 | Print lngLargeInteger 19 | Print sngSingleFP 20 | Print dblDoubleFP 21 | Print strText 22 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/utilitiesTest/Archive/07052003/testCollectionsInterface.txt: -------------------------------------------------------------------------------- 1 | 2 | ' ----------------------------------------------------------------- 3 | ' Show the form, to test collections 4 | ' 5 | ' 6 | Private Sub testCollectionsInterface 7 | Dim frmTestCollections As collectionTest 8 | Try 9 | frmTestCollections = New collectionTest 10 | Catch 11 | errorHandler("Cannot create the collectionTest form: " & _ 12 | Err.Number & " " & Err.Description, _ 13 | "testCollectionsInterface", _ 14 | "Returning to main form") 15 | Return 16 | End Try 17 | frmTestCollections.ShowDialog 18 | frmTestCollections.Dispose 19 | End Sub 20 | -------------------------------------------------------------------------------- /Apress software as of 5-10-2004 (B)/EGNSF/utilities/readme.txt: -------------------------------------------------------------------------------- 1 | utilities 2 | 3 | These Shared and stateless classes expose a number of utility methods 4 | for development tasks common to Windows and Web applications. For its 5 | Issues and its Change Record, see the flagship class utilities.VB and 6 | commonRegularExpressions.VB. 7 | 8 | This project/DLL contains two files: 9 | 10 | 11 | * The Shared (static) utilities.VB class contains a variety 12 | of handy methods for string handling, math and other common tasks 13 | including low-intensity parsing and integer arithmetic in 14 | multiple number systems. 15 | 16 | * commonRegularExpressions.VB is an internal Friendly class 17 | that defines common regular expressions for the 18 | Public commonRegularExpressions method in utilities.VB. 19 | 20 | 21 | 22 | 23 | --------------------------------------------------------------------------------