项目作者: lfkdsk

项目描述 :
Yet Another JVM/LLVM Dynamic Language (LLVM Backend WIP)
高级语言: C++
项目地址: git://github.com/lfkdsk/HobbyScript.git
创建时间: 2016-08-31T01:15:11Z
项目社区:https://github.com/lfkdsk/HobbyScript

开源协议:Apache License 2.0

下载


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

  1. allprojects {
  2. repositories {
  3. ...
  4. maven { url "https://jitpack.io" }
  5. }
  6. }

Step 2. Add the dependency

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

License

  1. Copyright 2015 [刘丰恺](http://www.cnblogs.com/lfk-dsk/)
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.