The Wayback Machine - https://web.archive.org/web/20200714045502/https://github.com/topics/interpreter
Skip to content
#

interpreter

Here are 2,799 public repositories matching this topic...

xstate
AleBlondin
AleBlondin commented Mar 10, 2020

Bug or feature request?

Documentation / feature proposal

Description:

Hi, I just implemented my first state machine on my React/TypeScript project with xstate ! I followed the documentation but I faced some issues. I would like to present some technical solutions and code snippets that I wrote to overcome those issues:

  • createMachineContext instead of createContext to overcome TypeScr
skybrian
skybrian commented Feb 24, 2018

The docs are a bit unclear about initializers and super calls, so I figured it out from experimenting and reading the source.

From: http://wren.io/classes.html

re: "A constructor is actually a pair of methods."

It should clarify here that while an initializer method's body runs just like any other instance method, it's not actually visible like a normal method. You can't call it excep

Dohxis
Dohxis commented Mar 9, 2017

Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:

  • If no arguments passed it should display help section instead of opening REPL
  • To open REPL add a new flag for example gravity --repl
  • gravity new [project] - a new simple command to create new project. (A wizard which helps with co
st0012
st0012 commented Apr 16, 2020

These are the feedback from @yawniek on slack

  • the vm.New vm.New and v.ExecInstructions methods would profit from some minimal documentation, especially what all the "paths" actually mean. some of them seemed semi obvious..
  • same for RegisterExternalClass ExternalClass and vm.Method albeit those are relatively clear
  • how can i load a class into toplevel so i dont need a requir
whereswaldon
whereswaldon commented Oct 5, 2018

I tried Oh, and it seems interesting. Certainly the programmability aspect is cool, and I like the idea of the type system. However, there's no documentation about how to customize anything (your prompt, for instance). I could read the source code, but I decided to try the shell on a whim at work, and I can't reasonably spend the time. I think it would be pretty easy to put together some guidance

Improve this page

Add a description, image, and links to the interpreter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interpreter topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.