/AnotherYuLang

A third-party iyu language support library

Primary LanguageJavaApache License 2.0Apache-2.0

AnotherYuLang

Introduction

AnotherYuLang is a third-party iyu language support library.
This purpose of this project is to run iyu instantly and parse iyu code into Java source code instead of using text analyzing line by line as official version does, which can bring better performance to this language.
This project will also integrate apk builder to pack Android applications.

Modules

  • yulang-parser This is a simple parser for iyu made by ANTLR.
  • yulang-shell This is a simple iyu runner without compiling them.

License

Copyright 2020 Rosemoe

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.