Code Monkey home page Code Monkey logo

Comments (6)

Paula-Kli avatar Paula-Kli commented on August 31, 2024 1

Yes and in your commit from 06.07. this works perfectly fine.

But in your updated version inspecting the cst I get this result:

grafik

I am starting to parse at the Rule Expression but this shouldn't make a difference right?

from ohm-s.

Paula-Kli avatar Paula-Kli commented on August 31, 2024 1

Ah alright!

Thanks a lot!! That explains it! In that case it works fine ;)

from ohm-s.

codeZeilen avatar codeZeilen commented on August 31, 2024

I looked into it and currently I think that this is actually correct to parse it as a binary cascade:

1 + 5 negated; negated
"corresponds to"
1
  + 5 negated;
  negated
"print it ->"
-1

Which is different from the unary message cascade case:

self new test; test
"corresponds to"
self new
  test;
  test

from ohm-s.

codeZeilen avatar codeZeilen commented on August 31, 2024

Ah oops. I meant it is correct to parse it as an OperandCascade. The receiver of the #+ is the 1, the argument is 5 negated. Does it make a great difference for printing?

from ohm-s.

Paula-Kli avatar Paula-Kli commented on August 31, 2024

Ah ok I see! Thanks for clarifying that!
I think we will ask our customer about it ;)

What is a binaryCascade then?

from ohm-s.

codeZeilen avatar codeZeilen commented on August 31, 2024

An example for a binary cascade would be:

1 + 2 
  raised to: 10;
  yourself

In this case the receiver is the BinaryMessageSend 1 + 2.

from ohm-s.

Related Issues (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.