GithubHelp home page GithubHelp logo

gabrielpeart / elena-lang Goto Github PK

View Code? Open in Web Editor NEW

This project forked from elena-lang/elena-lang

0.0 2.0 0.0 23.89 MB

ELENA is a dynamic object-oriented programming language. It features message dispatching, mixins and a script engine

Home Page: http://elenalang.sourceforge.net/

License: MIT License

Assembly 3.00% JavaScript 0.22% HLSL 0.03% Batchfile 1.18% C++ 56.16% C 2.90% Objective-C 0.02% Inno Setup 0.09% Shell 0.43% Lex 8.41% Roff 26.82% Common Lisp 0.74%

elena-lang's Introduction

Windows : Build status Join the chat at https://gitter.im/ELENA-LANG/elena-lang

ELENA Programming Language

ELENA is a general-purpose, object-oriented language with late binding. It features message dispatching, mixins and a script engine. This is the GitHub repository of ELENA source code including compiler, IDE, ELENA libraries and samples.

Resources

Currently Supported Platforms

  • Linux (v. 2.1)
  • Windows (v. 4.0)

For time being only x86 (32-bit) architecture is supported. Work on x86/64 (64-bit) goes on.

Source Download and Compilation

To acquire the source code clone the git repository:

git clone git://github.com//ELENA-LANG/elena-lang.git

Windows:

The compiler code is implemented in C++ and does not require external dependencies. You just need Visual Studio 2015 or 2017.

You have to add a path to BIN folder to the system environment PATH or copy elenavm.dll and elenart.dll to Windows\System32 folder.

To build the compiler under VS2015 you have to go to the root folder and type:

recompile.bat

If you use VS2017 type the following:

recompile15.bat

To build the ELENA libraries type the following command:

rebuild_lib.bat

Contribute!

ELENA Project looks for programmers interested in learning the language and providing feedback.

1. Bugs, questions, suggestions?

If you've noticed a bug or have a question go ahead and make one!

Join design discussions or take part in general talks.

2. Implement "up for grab" issues

Good first issue is good starting point for a first-time contributors.

3. Rosetta code

You may try to implement some of Rosetta code tasks which are not yet implemented

Source Code Organization

Windows:

The ELENA source code is organized as follows:

bin                 binaries and shared libraries
bin\scripts         scripts used by the script engine and VM console
bin\templates       ELENA project templates
asm                 source for core routines implemented in assembly
dat\sg              language grammar file            
dat\og              language optimization rules
doc                 some documentations
elenasrc2\elc       source for the compiler
elenasrc2\elenart   source for the run-time shared library
elenasrc2\elenasm   source for the script engine
elenasrc2\elenavm   source for the virtual machine
elenasrc2\gui       source for IDE
elenasrc2\tools     source for ELENA utilities
examples            ELENA examples
src40               source for ELENA libraries

License

The compiler and executables distributed in this package fall under MIT License, for more information read the file LICENSE.

Questions?

Feel free to ask any question : [email protected].

elena-lang's People

Contributors

arakov avatar bencz avatar alexandreiwts avatar gitter-badger avatar

Watchers

Gabriel Peart avatar James Cloos 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.