Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

BNFC

Compare

  Analyzed 10 months ago

The BNF Converter is a compiler construction tool generating a compiler front-end from a Labelled BNF grammar. It is currently able to generate C, C++, C#, F#, Haskell, Java, and OCaml, as well as XML representations. Given a Labelled BNF grammar the tool produces: * an abstract syntax ... [More] implementation * a case skeleton for the abstract syntax in the same language * an Alex, JLex, or Flex lexer generator file * a Happy, CUP, or Bison parser generator file * a pretty-printer as a Haskell/Java/C++/C module * a Latex file containing a readable specification of the language [Less]

83.8K lines of code

5 current contributors

10 months since last commit

2 users on Open Hub

Activity Not Available
0.0
 
I Use This

Tinkerer - Static Website Generator

Compare

  Analyzed about 13 hours ago

Tinkerer is a blogging engine/static website generator powered by Sphinx. It allows blogging in reStructuredText format, comes with out-of-the-box support for post publishing dates, authors, categories, tags, post archive, RSS feed generation, comments powered by Disqus and more. Tinkerer is ... [More] also highly customizable through Sphinx extensions. [Less]

4.57K lines of code

0 current contributors

almost 3 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

Oraschemadoc

Compare

  Analyzed 40 minutes ago

Goal of oraschemadoc is "JavaDoc" style detailed documentation for all objects in schema covering Oracle specific features. Result of execution of oraschemadoc is set of static XHTM files mainly - more output formats in progress.

4.67K lines of code

0 current contributors

about 16 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

World Engine

Compare

  Analyzed 1 day ago

World generator using simulation of plates, rain shadow, erosion, etc.

6.45K lines of code

0 current contributors

about 2 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

txt2cloud

Compare

  Analyzed about 20 hours ago

Create XHTML tag cloud page from text file

154 lines of code

0 current contributors

about 12 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

yuki-html

Compare

  Analyzed 1 day ago

Efficient way to create and modify HTML tags in PHP.

399 lines of code

0 current contributors

almost 14 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

owyl

Compare

  Analyzed 1 day ago

You have Pyglet. You've got Rabbyt. But who do your sprites go to for advice? Owyl, of course. GoalsThe goal of Owyl: provide a fast and flexible Behavior Tree framework implemented in python. Owyl trees use nested generators to iterate through your behaviors. The root of the tree always works ... [More] just like a normal python iterator. If you know how to work with iterators, you know how to work with an Owyl tree. Because Owyl is small and behavior trees are easy to grasp, it's easy to control and extend your AI behaviors. Trees as IteratorsTrees as iterators give you total control over how a behavior tree integrates with your code: use a for loop, a list comprehension, a generator expression, or manual calls to tree.next(). Run the tree one step, five, or fifty with every frame. ExtendingWriting new behaviors is simple and easy (and soon to be documented!). Any object that corresponds to python's iterator interface and a few simple rules for yielded values will work. Owyl's core behaviors are written as simple generator functions. More InformationFor more information on Behavior Trees, see these articles. Remember: AI isn't about math, it's about getting things done. For more information on python generators, see this introduction to generators. [Less]

1.52K lines of code

0 current contributors

almost 11 years since last commit

1 users on Open Hub

Inactive
4.0
   
I Use This

generateDS.py

Compare

  No analysis available

generateDS.py generates Python data structures from an Xschema document. It generates a file containing: (1) a Python class for each element definition and (2) parsers (using the Python minidom) for XML documents that satisfy the Xschema document.

0 lines of code

10 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: mit

xdoclet-2

Compare

  No analysis available

XDoclet is an open source code generation engine. It enables Attribute-Oriented Programming for java. In short, this means that you can add more significance to your code by adding meta data (attributes) to your java sources. This is done in special JavaDoc tags. This use of JavaDoc tags for ... [More] attributes formed the original ideas for Java 5 Annotations. XDoclet2 is the next generation of this technology. Based on Generama, it uses standard template engines such as Velocity and Freemarker for generation of text-oriented output, and Jelly for XML output. The function of XDoclet is to seed the generation contexts for these template engines. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: xdoclet2_...

jyield

Compare

  No analysis available

jyield aims to provide java continuations support similar to c# yield coroutines. The methods annotated with @Continuable are transformed in runtime or optionally in compile time.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: apache_2