GithubHelp home page GithubHelp logo

vision-lang's Introduction

Vision-Lang

Release CodeQL Dependency Review Java CI with Maven

Vision-Lang is a learning project for building compilers. It is functional programming language that runs in the JVM.

Installation

Check out Jitpack to get it for your Gradle or Maven project.

vision-lang's People

Contributors

kiyotoko avatar dependabot[bot] avatar

Stargazers

Linus Emmerich avatar

Watchers

 avatar

vision-lang's Issues

Support file parsing

Is your feature request related to a problem? Please describe.
Currently, scvis can only parse terminal input. For creating modules and larger projects, file parsing is required.

Describe the solution you'd like
In addition to creating a scanner to the default input stream, add a possibility to also read the content of a file over file input stream and parse all lines after another.

Describe alternatives you've considered
This is required and therefore has no alternatives.

Add keyword

Is your feature request related to a problem? Please describe.
Keywords are required for statements and types.

Describe the solution you'd like
Create important keywords like space, struc, func, if, else, for, while and import.

Describe alternatives you've considered
The keyword names themselve can be changed. For example, space could also be named namespace. However, keywords are required and must be added.

Additional context
No keywords and naming rules are currently implemented.

Add statements

Is your feature request related to a problem? Please describe.
Statements are required to implement strutures and fuctions.

Describe the solution you'd like
Create a new statement interface. Create important statement keywords like space, struc, func, if, else, for, while and import to parse statements

Describe alternatives you've considered
There are currently no alternatives.

Add structures and functions

Is your feature request related to a problem? Please describe.
Structures and functions can currenlty only created by adding them directly over a very limited java implementation.

Describe the solution you'd like
Create a implementation to create structures and function dynamically during parsing.

Describe alternatives you've considered
There are no alternatives.

Additional context
Structures and functions are already supported, but only by adding them directly in the build ins.

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.