Code Monkey home page Code Monkey logo

flowgen's People

Contributors

aserebrenik avatar jlopezvi avatar rimathia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flowgen's Issues

Makefile for Large Project

Hi,

I am interested in using Flowgen for a very large project. Do you have another example of a Makefile I could use as a reference? One which has more than 1 file in the source directory, and is not a subdirectory of /Flowgen? It would be very useful.

Best,
Caris

Flowchart Comment Syntax

I just found that there is a commenting syntax to build the flowcharts. I've tried to summarize it below:

$ : regular blue comment at no zoom level
$1 : blue comment zoom level 1
$2 : blue comment zoom level 2
$ [ ] : white comment (not sure how it know what zoom level to make it at?)

Is that basically how it works? How do you add the possible STOPs?

Error on make: Unknown cursor kind

I am getting the following error running make flowdoc. Any ideas?

> make flowdoc
cpp-to-flowdb: preprocessing
python3 ../build_db.py simple_demo_src.cpp -I./include -I/opt/clang39/lib64/clang/3.9.1/include/
Translation unit: simple_demo_src.cpp
Traceback (most recent call last):
  File "../build_db.py", line 137, in <module>
    find_functions(tu.cursor)
  File "../build_db.py", line 118, in find_functions
    find_functions(c)
  File "../build_db.py", line 118, in find_functions
    find_functions(c)
  File "../build_db.py", line 97, in find_functions
    if node.kind.is_declaration():
  File "~/Flowgen/clang/cindex.py", line 1111, in kind
    return CursorKind.from_id(self._kind_id)
  File "~/Flowgen/clang/cindex.py", line 511, in from_id
    raise ValueError('Unknown cursor kind')
ValueError: Unknown cursor kind
Makefile:38: recipe for target 'flowdoc/aux_files/source1.flowdb' failed

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.