Giter Club home page Giter Club logo

greenlight's Introduction

A banner saying Latte macchiato

Hey there!

I'm Latte macchiato, a software developer from Germany. I sometimes contribute to open-source and release most of my work to the public.

Main Skills

  • Rust
  • NodeJS
  • PHP8
  • Golang
  • Java
  • Python
  • Linux administration
  • Networking
  • General frontend development

GPG Key

Latest key available at https://github.com/privateger.gpg

Socials

Website: https://lattemacchiato.dev

Discord: latte_macchiato

greenlight's People

Contributors

davilhlapak avatar hiperbolt avatar klee214 avatar privateger avatar spicyyboi avatar tangilj avatar thegeekylad avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

greenlight's Issues

Re-order the token file

The current token file is messy, to say the last. It needs to be properly ordered and cleaned up.

Take a look at lib/tokens.js and re-order the token object.

Order the entries according to the priority they should have. For example, in-built functions should always have priority over user-defined functions, so their token definition should be placed above the definition of user functions.

Add syntax checker

Implement a syntax checker that works. The current one is very situational and barely does anything at all.

Take a look at lib/syntax_checker.js for an idea of how to implement syntax checking functions.
You may introduce breaking changes into the project, but I would prefer it if you could keep them as smooth as possible.

This issue will likely require modification of the transpiler. It is located in lib/transpiler.js.

New lexer engine

The current lexer is bad. Very bad.
Implement a better system to accurately parse GreenLight code and create syntax objects for the transpiler.

Breaking changes are allowed, but discouraged. This will likely require rewriting of a large amount of code.

Enhance documentation with code examples

Enhance the current documentation in the README.md with some short code examples to explain the functions available. The current short comments are insufficient.

Add documentation for new functions

Add documentation of the new standard library functions introduced in #6 into the README.
If you would like to take this issue, simply comment and I will assign it to you.

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.