graalvm
Here are 364 public repositories matching this topic...
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
-
Updated
Dec 5, 2020 - Java
KoFu and JaFu configuration DSLs for Spring Boot
-
Updated
Dec 1, 2020 - Java
As see from #53 we can have broken/dead links, links that once worked can be unavailable for reasons outside the control of this project/repo!
Hence I have decided to manually scan (for now) the repo from time to time for such links and fix them - if there is one. Here are the steps to take:
New broken/dead links
- find missing links using,
markdown-link-check(see https://www.npmjs.c
Distributed State Management for Serverless
-
Updated
Dec 7, 2020 - Scala
Small Clojure Interpreter
-
Updated
Dec 7, 2020 - Clojure
From the documentation: Return the names of all the built-in objects. These are fetched directly from the symbol table of the R interpreter.
In FastR the list of builtins is accessible in the TruffleRLanguage, which is accessible via RContext.getInstance().
Add Javadoc to document the examples in TornadoVM.
This affects the packages under the examples module:
The documentation is at the class-level and it will contain a description of how the TornadoVM API is used for each example. Additionally, it contains how to run the example
A curated list of awesome resources for Graal, GraalVM, Truffle and related topics
-
Updated
Feb 4, 2020 - Shell
Compact, hands-free [sub]command line parsing library for Clojure.
-
Updated
Jul 19, 2020 - Clojure
Build GraalVM native images with Clojure Deps and CLI tools
-
Updated
Aug 17, 2020 - Clojure
When bailing out with an error, print where in source error occurred. We already set source section in ast visitor but do not print it in error cases.
Decide if early or lazy loading is better for graalphp.
- pro for eager: we may implement phpdoc semantics into parsing (types)
- however, new versions of php support type hints and dont have to rely on comments
- i think for now we lazy loa
A Leiningen plugin to build GraalVM native images
-
Updated
Jul 31, 2020 - Clojure
Packager for Clojure based on deps.edn (AKA tools.deps). Supporting jar, uberjar and GraalVM's native-image.
-
Updated
Apr 13, 2020 - Clojure
See TODOs in ClipboardExtendedPlugin.java.
An example project how to run Graal/JavaScript on JDK 11 with Graal as optimizing JIT compiler for best performance.
-
Updated
Nov 27, 2020 - Java
Plugin to generate native-image binaries with sbt
-
Updated
Nov 26, 2020 - Scala
My experimental programming language using Truffle
-
Updated
Feb 28, 2020 - Java
Small configuration management tool for Clojure
-
Updated
May 26, 2020 - Clojure
Yona is a modern take on a dynamic general-purpose programming language with advanced functional programming, minimalistic ML-like syntax, strict evaluation, for GraalVM polyglot virtual machine (VM).
-
Updated
Nov 22, 2020 - Java
cdp4j - Chrome DevTools Protocol for Java
-
Updated
Oct 14, 2020 - Java
Enables the use of Kotlin coroutines and GraalVM native-image together
-
Updated
Jan 27, 2020 - Kotlin
Distributed app tracing implementation in pure scala using cats-effect
-
Updated
Dec 6, 2020 - Scala
Improve this page
Add a description, image, and links to the graalvm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graalvm topic, visit your repo's landing page and select "manage topics."


https://github.com/graalvm/graaljs/blob/21177b89d21e8082607d688567a55f020d91626d/graal-js/src/com.oracle.js.parser/src/com/oracle/js/parser/Parser.java#L1062
I'm planning to migrate from beaver JS parser to GraalJS parser for implementing javascript grammar in the eclipse editor. But I realised it doesn't have the implementation for error recovery strategies.
For example:
Math.If I g