Giter Site home page Giter Site logo

jjhegedus / codeworker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from canercandan/codeworker

0.0 1.0 0.0 2.56 MB

This repository is just a fork of the official one available on http://code.google.com/p/codeworker, CodeWorker is a versatile Open Source (GNU Lesser General Public License) parsing tool and a source code generator devoted to generative programming. Generative programming is a software engineering approach interested in automating the production of reusable, tailor-made, adaptable and reliable IT systems. In layman's terms, CodeWorker lets you generate code by parsing existing languages, or by creating and parsing your own language. Once a language file has been parsed, CodeWorker provides several techniques for generating code. The tool's scripting language drives the parsing and source code generation process. The scripting language syntax is derived from the C family of languages, making it familiar to most programmers. The template syntax is like JSP, ASP, or Velocity. It has variations for parsing, code generation, or procedural programming, giving the developer a number of options for organizing CodeWorker projects. It is also possible to integrate the CodeWorker's features about parsing and code generation into C++, Java and .NET applications.

Home Page: http://www.codeworker.org/

C++ 73.95% C 21.40% Emacs Lisp 0.26% Java 4.16% C# 0.24%

codeworker's Introduction

//////////////////////////////////////////////////
//                   CodeWorker                 //
//                   ----------                 //
//////////////////////////////////////////////////

* You have downloaded CodeWorker_WINxxx.zip.
    Directories and files:
  ___
	|- "GettingStarted.bat" allows running all examples, which are proposed
	|  into the 'getting started' section of the documentation,
	|
	|- include\ :
	|		. "CW4dl.h" is the C++ header for building packages intended to
	|			extend the functionalities via dynamic libraries,
	|		. "CGRuntime.h", "CppParsingTree.h", "UtlException.h" allow the
	|			binding of CodeWorker in a C++ application.
	|
	|- bin\
	|		. "CodeWorker.exe" is the interpreter,
	|		. "CodeWorker.lib" is the library for binding CodeWorker in a
	|			C++ application,
	|		. "libcurl.dll" provides the cURL HTTP functionalities
	|
	|- Scripts\
	|		|_ Tutorial\
	|				|___ GettingStarted\ :	examples of the 'getting started'
	|										section are found here,


* You have downloaded the sources from CodeWorker_SRCxxx.zip.
    Directories and files:
  ___
	|- "Makefile": run 'make all' to compile CodeWorker under Linux,
	|- "CodeWorker.dsw": VC++ workspace to compile CodeWorker under Windows
	|- "*.cpp", "*.h": source code
	|
	|- Documentation/
	|		. "CodeWorker.tex" is the TeX source of the documentation
	|		. other files are satellite files
	|
	|- Generation/	puts together all scripts needed to generate the
	|				source code, the documentation and the web site of
	|				CodeWorker
	|		. "GeneratorDriver.cws" is the leader script for generation tasks,
	|		. "descriptor.txt" describes all functions and procedures
	|			available in CodeWorker, with their prototype and an example,
	|
	|- Scripts/
	|		|_ Tutorial/
	|				|___ GettingStarted/ :	examples of the 'getting started'
	|										section are found here,
	|
	|- WebSite/ the web site of CodeWorker, except downloads and the manual
	|		|
	|		|- "index.html": the entry point,
	|		|- "francais.html": same, but in French
	|		|
	|		|- examples/ all examples shown on the site,
	|		|
	|		|- repository/ the repository of CodeWorker's scripts
	|		|		|	. "CodeWorker_grammar.cwp": the complete grammar of the
	|		|		|		scripting language,
	|		|		|	. "CWscript2HTML.cwp": syntax highlighting + contextual
	|		|		|		help of CW scripts in HTML,
	|		|		|	. a lot of other scripts...


* FAQ
	o How to generate the whole HTML documentation locally on my computer?
		Answer:
			- type:
				CodeWorker	-I Generation -path <parent-directory-of-WebSite>
							-script GeneratorDriver.cws -D makeHTMLDoc
			- example: if the directory "WebSite/" is in the folder
				"CodeWorkerSources/", you have to type:
					CodeWorker	-I Generation -path CodeWorkerSources
								-script GeneratorDriver.cws -D makeHTMLDoc

codeworker's People

Contributors

canercandan avatar

Watchers

James Cloos 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.