Coder Social home page Coder Social logo

valkmjolnir / nasal-interpreter Goto Github PK

View Code? Open in Web Editor NEW
52.0 3.0 4.0 9.4 MB

Modern efficient runtime for Nasal: using stack-based direct-threading virtual machine.

Home Page: https://www.fgprc.org.cn/nasal_interpreter.html

License: GNU General Public License v2.0

C++ 55.78% Makefile 1.44% Nasal 42.05% CMake 0.44% Python 0.29%
interpreter flightgear script-language compiler-principles bytecode-interpreter programming-language windows macos linux language

nasal-interpreter's Introduction

nasal-interpreter's People

Contributors

sidi762 avatar valkmjolnir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nasal-interpreter's Issues

cross-platform

Could you use cmake instead of make, otherwise I can't compile it on Windows. If you agree, I will make a pull request later(maybe next week) to solve this problem

About makefile

Maybe you can use $(CXX) to replace g++/clang++ so that we can easily choose how to compile this interpreter.

Also, maybe you can use -O2, because -O3 may cause some problems we can't expect.

about path

when I use nasal in other directory, there is a problem running the script.

example:

(my user name)@arch ~/nasal> Nasal-Interpreter/nasal Nasal-Interpreter/test/bf.nas
[code] /home/beta-cyg/Nasal-Interpreter/lib.nas:447 undefined symbol "__gc".
    gc:   func(){return __gc;},

So, how can I solve this problem?

希望支持msvc的编译支持

目前用vscode+mingw的编译和调试代码,但是发现调试代码的时候经常会出现崩溃中断,例如我调试如下文件想查看代码流程,再set 一步就必蹦,截图如下
Snipaste_2022-07-26_15-41-20

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.