-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOLVED: How to run Ohayo programs from shell #91
Comments
EDIT:
instead of
and things started to work ... |
martin12333
changed the title
How to run Ohayo programs from shell?
SOLVED: How to run Ohayo programs from shell
Oct 20, 2022
SOLVED: How to run Ohayo programs from shell ... First time: cd
git clone https://github.com/breck7/ohayo
cd ohayo
npm i
###npx bash
npx /bin/bash
./builder.ts
./builder.ts produceOhayoGrammar
###
./builder.ts produceAll
./builder.ts test
jtree register $PWD/ohayo/ohayo.grammar
jtree list
jtree ohayo/packages/print/test.ohayo
# WORKS!
|
martin12333
referenced
this issue
in breck7/scrollsdk
Oct 20, 2022
Good work, Martin (@martin12333)! |
(I have fixed 2 bugs in my script , and I have also made it work in a devcontainer-with-nodejs ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In https://github.com/breck7/ohayo/tree/main/ohayo/readme.scroll
, there is a
The text was updated successfully, but these errors were encountered: