GithubHelp home page GithubHelp logo

tesneddon / ruleworks Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 712 KB

Ruleworks Compiler and Runtime

License: GNU General Public License v2.0

Makefile 1.86% DIGITAL Command Language 0.44% Fortran 0.20% C 85.05% Pascal 0.36% Yacc 5.25% C++ 3.31% Objective-C 1.51% Lex 1.86% Roff 0.17%

ruleworks's People

Contributors

tesneddon avatar

Stargazers

 avatar

Watchers

 avatar

ruleworks's Issues

"main" return type

The return data type of "main" is long. This draws warnings under OpenBSD. Look at detecting the main function under OpenBSD and changing it. Is this relevant for other OS?

Add CMake Build Support

Add support to CMake (or create a plugin) so Ruleworks modules can be built easily with it.

Add SQLite Support

As a simpler start, take the existing OpenVMS Rdb SQL interface and port it to SQLite. While this is not the most appropriate database for large scale Ruleworks software, it will provide a simpler testbed to building a common database interface as well as providing persistent storage for small and test programs.

Move SQL support to driver model

SQL support should be extended to a "driver" model. Each database should be supported through a loadable driver. The following items will need addressing to make this work:

  • Extend SQL-ATTACH to include a driver specification
  • Support setting a default SQL driver with an environment variable/logical.
  • Define a set of entry points for passing database-specific functionality to the driver.
  • Define a loading mechanism and structure definition to hold entry point function pointers.

Remove unsafe functions

Replace the following "unsafe" functions with their "safe" equivalents:

  • strcat
  • strcpy
  • sprintf
  • vsprintf

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.