Git Product home page Git Product logo

elysabettian's Introduction

Elysabettian - C++ implementation of the Elysabettian Scrpting Language

1. Introduction

Elysabettian is a simple, fast C++17 implementation of the Elysabettian programming language.
Elysabettian is a small footprint scripting language which aims at ease of use without much penalty on overall performance.

Elysabettian uses a JavaScript-like syntax, with dyanmic types. As of today, objects, strings, numbers and nullable types are supported. Future releases of the language will aim to improve functionalities without implementing any breaking change.

2. Installation

To download and install Elysabettian you need to have git and cmake installed on your operating system, as well as a fully compliant C++17 compiler. This Virtual Machine uses std::variant to store internal data types, and so the compiler needs to be fully compliant with the C++17 standard.
In order to compile this code, you will need vcpkg installed on your machine, and setup correctly. This is needed to install fmt, which is the only dependency that this project needs. To install fmt, run the setup script for your operating system, available in the scripts directory.

To build the code, create a build directory for CMake, cd into it and run cmake .. --preset=<Preset Name>. Available presets are Debug and Release.

3. Goals

The goals of this programming language are simple: improve C++ proficiency and make the understanding of programming languages simpler to Computer Science novices.

elysabettian's People

Contributors

m4ce-w1ndu avatar

Stargazers

RiccardoZuninoJ 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.