GithubHelp home page GithubHelp logo

thoriumlang / thc Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 1.2 MB

thoriumlang compiler

License: Apache License 2.0

ANTLR 0.61% Java 97.77% JavaScript 0.59% CSS 0.23% Twig 0.79%
compiler jvm jvm-language oop functional thoriumlang thc

thc's People

Contributors

cpollet avatar huyle1097 avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

thc's Issues

Remove need for commas in method parameters

In methodSignature and methodDef:

'(' ( methodParameter ( ',' methodParameter )* )? ')'
becomes

'(' ( methodParameter ( ',' methodParameter )* )? ')'
|
'(' ( methodParameter )* ')'

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency org.skyscreamer:jsonassert to v1.5.1
  • Update dependency org.slf4j:slf4j-nop to v1.7.36
  • Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3
  • Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3
  • Update dependency org.slf4j:slf4j-nop to v2
  • Update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v4
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

maven
pom.xml
  • org.antlr:antlr4-runtime 4.9.2
  • org.jtwig:jtwig-core 5.87.0.RELEASE
  • com.google.guava:guava 30.1.1-jre
  • org.slf4j:slf4j-nop 1.7.30
  • org.junit.jupiter:junit-jupiter-api 5.7.2
  • org.junit.jupiter:junit-jupiter-engine 5.7.2
  • org.junit.jupiter:junit-jupiter-params 5.7.2
  • org.assertj:assertj-core 3.19.0
  • org.antlr:antlr4 4.9.2
  • com.konghq:unirest-java 3.11.11
  • com.google.code.gson:gson 2.8.7
  • org.skyscreamer:jsonassert 1.5.0
  • org.antlr:antlr4-maven-plugin 4.9.2
  • org.apache.maven.plugins:maven-surefire-plugin 2.22.2
  • org.jacoco:jacoco-maven-plugin 0.8.7
  • org.sonarsource.scanner.maven:sonar-maven-plugin 3.9.0.2155
  • org.apache.maven.plugins:maven-failsafe-plugin 2.22.2
  • io.fabric8:docker-maven-plugin 0.36.0
  • org.apache.maven.plugins:maven-compiler-plugin 3.8.1

  • Check this box to trigger a request for Renovate to run again on this repository

Improve error handling

Implement safe defaults when lexer/parser or AST algorithms are unable to perform some work.

Probably improve error reporting as well.

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.