Code Monkey home page Code Monkey logo

waffle-scheme's Introduction

Waffle

Simple Scheme implementation with bytecode VM.

waffle-scheme's People

Contributors

playxe avatar

Stargazers

邓云升 avatar 飄夢 avatar MarcosA avatar  avatar Steve Fan avatar Jiří Špaček avatar gu avatar sudo whoami avatar Józef Piątkiewicz avatar Eddie avatar zhangsoledad avatar Lei Zhang avatar Alister Lee avatar stephen avatar Gabriel Celis avatar joao guilherme avatar David Arias avatar Joshua Warner avatar Yusuf Simonson avatar Sage Mitchell avatar Romain Leroux avatar David.Gao avatar Arindam Das avatar Willi Kappler avatar Emeka Nkurumeh avatar Nikita avatar Max Bernstein avatar Ola Rinta-Koski avatar Konstantinos Tsakiltzidis avatar Saptak Bhoumik avatar

Watchers

Ivan Toshkov avatar  avatar

waffle-scheme's Issues

build error: no method named `syntax` found for struct

macOS:	12.1

rustc --version
rustc 1.61.0-nightly (45e2c2881 2022-02-20)

cargo --version
cargo 1.61.0-nightly (ea2a21c99 2022-02-15)

cargo build

   Compiling waffle v0.1.0 (~/hacks/scheme/waffle/waffle-scheme)
error[E0599]: no method named `syntax` found for struct `capstone::arch::x86::ArchCapstoneBuilder` in the current scope
   --> src/method_jit.rs:116:14
    |
116 |             .syntax(capstone::prelude::arch::x86::ArchSyntax::Att)
    |              ^^^^^^ private field, not a method
    |
   ::: /Users/bkb/.cargo/registry/src/github.com-1ecc6299db9ec823/capstone-0.10.0/src/arch/mod.rs:376:8
    |
376 |     fn syntax(self, syntax: ArchSyntax) -> Self;
    |        ------ the method is available for `capstone::arch::x86::ArchCapstoneBuilder` here
    |
    = help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
    |
1   | use capstone::arch::BuildsCapstoneSyntax;
    |

For more information about this error, try `rustc --explain E0599`.
error: could not compile `waffle` due to previous error

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.