AutoC Code
A host of Ruby modules related to automatic C source code generation
Status: Beta
Brought to you by:
fougas
File | Date | Author | Commit |
---|---|---|---|
lib | 2016-11-11 |
![]() |
[04927d] Removed extraneous declaration which is shadowe... |
manual | 2013-06-27 |
![]() |
[7ab0d2] Doc updates. |
test | 2016-10-12 |
![]() |
[b8c6e9] Changes to the build environment. |
www | 2016-10-12 |
![]() |
[3d26aa] Fixed home page issues. |
.hgtags | 2016-10-12 |
![]() |
[1ca844] Added tag autoc-1.4 for changeset b8c6e93b39da |
.yardopts | 2014-06-21 |
![]() |
[85c9ed] Introduced type capabilities and optional opera... |
CHANGES | 2016-09-19 |
![]() |
[f5bea3] Minor changes. |
README | 2016-03-16 |
![]() |
[60f050] Small fixes. |
autoc.gemspec | 2016-10-12 |
![]() |
[b8c6e9] Changes to the build environment. |
build.sh | 2016-10-12 |
![]() |
[3d26aa] Fixed home page issues. |
== AutoC - a collection of Ruby modules related to automatic C source code generation. AutoC is a free software distributed under the terms of modified BSD license. Project home page is http://autoc.sourceforge.net/ AutoC is available via the RubyGems infrastructure; the easiest way to obtain it is: ---- > gem install autoc ---- Offline user documentation in HTML form is in doc/ directory. For more information refer to {::AutoC}. Ad-hoc test build instructions: ---- > cd test > ruby -I. -I../lib test.rb > cc test_auto.c > ./a.out ---- For (in)complete list of changes refer to {file:CHANGES}. That's all for now, folks! Stay tuned. Oleg A. Khlybov <fougas@mail.ru>