Giter VIP home page Giter VIP logo

quirinus's Introduction

Quirinus
========================
Quirinus is a C++ library created to provide some basic types and functions
similar to some script languages in combination with C++ speed and features.

Base types:
  Object: base type, parent for any other type.
  Bool: boolean type, which may be true or false.
  Int: multiple precision integer using GMP library.
  Float: multiple precision float using MPFR library.
  Bytes: byte string, providing all necessary string functions.
  Unicode: unicode string, providing all necessary string functions.

Encoding support:
  Support for the most popular encodings (including Unicode encodings).
  Support for 8, 16 and 32-bit character sets.
    char: same as in ANSI C; sign of char is meanless.
    wchar_t: depends on size in bits; if 4, then the same as unicode.
    bytechar: 8-bit unsigned character type, may be used with UTF-8.
    widechar: 16-bit unsigned character type, may be used with UTF-16.
    unicode: 32-bit unsigned character type, may be used with UTF-32.

Mathematical library:
  Support for the functions available from GMP and MPFR libraries.

Regular expressions:
  Support for the regular expressions using PCRE library.

License
========================
Quirinus source code is licensed under GNU General Public License v3.0+.
Full text of the license is available in COPYING file.

quirinus's People

Contributors

ghostmansd avatar

Watchers

 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.