All Projects → lfkdsk → Hobbyscript

lfkdsk / Hobbyscript

Licence: apache-2.0
Yet Another JVM/LLVM Dynamic Language (LLVM Backend WIP)

Programming Languages

java
68154 projects - #9 most used programming language
cpp17
186 projects

Labels

Projects that are alternatives of or similar to Hobbyscript

Zapcc
zapcc is a caching C++ compiler based on clang, designed to perform faster compilations
Stars: ✭ 1,109 (+1440.28%)
Mutual labels:  llvm
Capsule
Dead-Simple Packaging and Deployment for JVM Apps
Stars: ✭ 1,143 (+1487.5%)
Mutual labels:  jvm
Gojvm
JVM implementation by Go
Stars: ✭ 69 (-4.17%)
Mutual labels:  jvm
Jstack Review
Javascript based JVM thread dump analyzer
Stars: ✭ 61 (-15.28%)
Mutual labels:  jvm
Understandingjvm
《深入理解Java虚拟机》读书笔记
Stars: ✭ 64 (-11.11%)
Mutual labels:  jvm
Cclyzer
A tool for analyzing LLVM bitcode using Datalog.
Stars: ✭ 67 (-6.94%)
Mutual labels:  llvm
Play Scala Slick Example
Example Play Scala project with Slick
Stars: ✭ 59 (-18.06%)
Mutual labels:  jvm
Akilang
A compiler for a simple language, built with Python and LLVM
Stars: ✭ 71 (-1.39%)
Mutual labels:  llvm
Avalonstudio
Cross platform IDE and Shell
Stars: ✭ 1,132 (+1472.22%)
Mutual labels:  llvm
Kai
An expressive low level programming language
Stars: ✭ 68 (-5.56%)
Mutual labels:  llvm
M680x0 Llvm
M68K LLVM Port
Stars: ✭ 62 (-13.89%)
Mutual labels:  llvm
Ore
Repository software for Sponge plugins and Forge mods
Stars: ✭ 63 (-12.5%)
Mutual labels:  jvm
Onnx Scala
An ONNX (Open Neural Network eXchange) API and Backend for Typeful, Functional Deep Learning in Scala
Stars: ✭ 68 (-5.56%)
Mutual labels:  jvm
Whack
The Whack Programming Language
Stars: ✭ 61 (-15.28%)
Mutual labels:  llvm
Llvm8
Statically recompiling CHIP8 to Windows and macOS using LLVM
Stars: ✭ 71 (-1.39%)
Mutual labels:  llvm
Rjni
Run Java code from Rust!
Stars: ✭ 59 (-18.06%)
Mutual labels:  jvm
Byte Buddy Tutorial
“Byte Buddy Tutorial” 中文翻译:Byte Buddy 教程。
Stars: ✭ 67 (-6.94%)
Mutual labels:  jvm
State Machine
🤖 A state machine library for Kotlin, with extensions for Android.
Stars: ✭ 72 (+0%)
Mutual labels:  jvm
Seeless
C IDE for iOS
Stars: ✭ 71 (-1.39%)
Mutual labels:  llvm
Llvm Heat Printer
LLVM Profiling Visualization
Stars: ✭ 68 (-5.56%)
Mutual labels:  llvm

HobbyScript

Exercise for learn knowledge about computer language compile.

Transport from my another lib CodeParser.

Dev TimeLine : TimeLine TimeLine2

With Gradle

Step 1. Add the JitPack repository to your build file

	allprojects {
		repositories {
			...
			maven { url "https://jitpack.io" }
		}
	}

Step 2. Add the dependency

	dependencies {
	        compile 'com.github.lfkdsk:HobbyScript:v1.0'
	}

License

Copyright 2015 [刘丰恺](http://www.cnblogs.com/lfk-dsk/)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].