Code Monkey home page Code Monkey logo

typecobolbuild's Introduction

TypeCobolBuild

Build engine for TypeCobol : A Prototype of an incremental Cobol compiler front-end for IBM Enterprise Cobol 5.1 for zOS syntax. The purpose of the TypeCobolBuild project is to provide a tool for compiling projects using the parser/generator TypeCobol.

Architecture overview

Projects

The solution contains 3 projects

  • JTCB is the main java project, it uses the RTC-SDK (Rational Team Concert) to access files located on RTC Streams.
  • TCB is a DLL (Dynamic Link Library) written using C++/CLI programming language which implements the interoperability between the Java SDK and the .Net Framewok.
  • TypeCobolBuilder is the Build Engine implementation directly in relation with TypeCobol infrastructure and written using C# programming language.

Projects Dependencies

Modules data flow diagram

![Alt text](http://g.gravizo.com/g? digraph G { aize ="4,4"; //labelloc="t"; //label="Modules data flow diagram"; RTC_SDK [shape=doubleoctagon,label="RTC SDK .jars"]; JTCB [shape=box,label="JTCB.jar"]; TCB [shape=box,label="TCB.dll"]; TypeCobolBuilder [shape=box,label="TypeCobolBuilder.dll"]; TypeCobol [shape=box,label="TypeCobol.exe"]; JTCB -> RTC_SDK; RTC_SDK -> JTCB; JavaJni -> JTCB JavaJni -> TCB; TCB -> TypeCobolBuilder; TypeCobolBuilder -> TCB; TypeCobolBuilder -> TypeCobol; TypeCobol -> TypeCobolBuilder; JavaJni [label="Java/JNI",style=filled,color=".4 .3 2.1"]; } )

Generating the solution

The solution is generated using various configuration (see Wiki Home Page)

  • JTCB can be generated using:
  • TCB and TypeCobolBuilder are generated using a Visual Studio 2015 (at least Community Edition) solution.

typecobolbuild's People

Contributors

mayanje avatar

Watchers

James Drew avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.