├── COPYING-LIB.txt ├── COPYING.txt ├── CRA.pas ├── CRT.pas ├── CRTypes.pas ├── CharSets.pas ├── Coco.pas ├── CocoAncestor.pas ├── CocoCompiler.pas ├── CocoGenerator.pas ├── CocoR.dpk ├── CocoR.res ├── CocoRComp.dpr ├── CocoRComp.dproj ├── CocoSets.pas ├── FileLoader.pas ├── LICENSE-2.0.txt ├── LICENSE.html ├── NOTICE.txt ├── ParserGen.pas ├── PascalParserGen.pas ├── README.md ├── StreamText.pas ├── atg ├── Coco.atg ├── CocoCompiler.atg └── compile.bat ├── bin ├── delphi.frm ├── delphiGen.frm └── list.frm ├── pas ├── DelphiCond.pas ├── DelphiUnit.pas ├── atg │ ├── DelphiCond.atg │ ├── DelphiUnit.atg │ └── compile.bat └── unitScanner.dpr └── pas2xml ├── DelphiCond.pas ├── DelphiUnit.pas ├── atg ├── DelphiUnit.atg └── compUnit.bat └── pas2xml.dpr /COPYING-LIB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/COPYING-LIB.txt -------------------------------------------------------------------------------- /COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/COPYING.txt -------------------------------------------------------------------------------- /CRA.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CRA.pas -------------------------------------------------------------------------------- /CRT.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CRT.pas -------------------------------------------------------------------------------- /CRTypes.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CRTypes.pas -------------------------------------------------------------------------------- /CharSets.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CharSets.pas -------------------------------------------------------------------------------- /Coco.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/Coco.pas -------------------------------------------------------------------------------- /CocoAncestor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CocoAncestor.pas -------------------------------------------------------------------------------- /CocoCompiler.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CocoCompiler.pas -------------------------------------------------------------------------------- /CocoGenerator.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CocoGenerator.pas -------------------------------------------------------------------------------- /CocoR.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CocoR.dpk -------------------------------------------------------------------------------- /CocoR.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CocoR.res -------------------------------------------------------------------------------- /CocoRComp.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CocoRComp.dpr -------------------------------------------------------------------------------- /CocoRComp.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CocoRComp.dproj -------------------------------------------------------------------------------- /CocoSets.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/CocoSets.pas -------------------------------------------------------------------------------- /FileLoader.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/FileLoader.pas -------------------------------------------------------------------------------- /LICENSE-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/LICENSE-2.0.txt -------------------------------------------------------------------------------- /LICENSE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/LICENSE.html -------------------------------------------------------------------------------- /NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/NOTICE.txt -------------------------------------------------------------------------------- /ParserGen.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/ParserGen.pas -------------------------------------------------------------------------------- /PascalParserGen.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/PascalParserGen.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/README.md -------------------------------------------------------------------------------- /StreamText.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/StreamText.pas -------------------------------------------------------------------------------- /atg/Coco.atg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/atg/Coco.atg -------------------------------------------------------------------------------- /atg/CocoCompiler.atg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/atg/CocoCompiler.atg -------------------------------------------------------------------------------- /atg/compile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/atg/compile.bat -------------------------------------------------------------------------------- /bin/delphi.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/bin/delphi.frm -------------------------------------------------------------------------------- /bin/delphiGen.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/bin/delphiGen.frm -------------------------------------------------------------------------------- /bin/list.frm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/bin/list.frm -------------------------------------------------------------------------------- /pas/DelphiCond.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/pas/DelphiCond.pas -------------------------------------------------------------------------------- /pas/DelphiUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/pas/DelphiUnit.pas -------------------------------------------------------------------------------- /pas/atg/DelphiCond.atg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/pas/atg/DelphiCond.atg -------------------------------------------------------------------------------- /pas/atg/DelphiUnit.atg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/pas/atg/DelphiUnit.atg -------------------------------------------------------------------------------- /pas/atg/compile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/pas/atg/compile.bat -------------------------------------------------------------------------------- /pas/unitScanner.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/pas/unitScanner.dpr -------------------------------------------------------------------------------- /pas2xml/DelphiCond.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/pas2xml/DelphiCond.pas -------------------------------------------------------------------------------- /pas2xml/DelphiUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/pas2xml/DelphiUnit.pas -------------------------------------------------------------------------------- /pas2xml/atg/DelphiUnit.atg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/pas2xml/atg/DelphiUnit.atg -------------------------------------------------------------------------------- /pas2xml/atg/compUnit.bat: -------------------------------------------------------------------------------- 1 | ..\..\bin\CocoRComp DelphiUnit.atg -------------------------------------------------------------------------------- /pas2xml/pas2xml.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VilleKrumlinde/dcocor/HEAD/pas2xml/pas2xml.dpr --------------------------------------------------------------------------------