PseudocodeEditor / editor

The codemirror 6 editor for CIE spec Pseudocode
https://editor.pseudonaja.app
21 stars 2 forks source link

built in functions #28

Closed zahrazahid closed 9 months ago

zahrazahid commented 11 months ago

i am trying to use string built in functions and they are not working

Coding-Cactus commented 11 months ago

Hi there, which ones in particular?

zahrazahid commented 11 months ago

Left or len or right mid

On Wed, 20 Sep 2023 at 2:04 PM, Coding Cactus @.***> wrote:

Hi there, which ones I'm particular?

— Reply to this email directly, view it on GitHub https://github.com/PseudocodeEditor/editor/issues/28#issuecomment-1727290878, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCUGWZWITYGOFKOWH56RXDDX3KWTJANCNFSM6AAAAAA47H4AZ4 . You are receiving this because you authored the thread.Message ID: @.***>

zahrazahid commented 11 months ago

It get stuck very often is there any way I can down load program and run interpreter on local machine

On Wed, 20 Sep 2023 at 4:43 PM, Zahra Zahid @.***> wrote:

Left or len or right mid

On Wed, 20 Sep 2023 at 2:04 PM, Coding Cactus @.***> wrote:

Hi there, which ones I'm particular?

— Reply to this email directly, view it on GitHub https://github.com/PseudocodeEditor/editor/issues/28#issuecomment-1727290878, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCUGWZWITYGOFKOWH56RXDDX3KWTJANCNFSM6AAAAAA47H4AZ4 . You are receiving this because you authored the thread.Message ID: @.***>

Coding-Cactus commented 11 months ago

It get stuck very often is there any way I can down load program and run interpreter on local machine On Wed, 20 Sep 2023 at 4:43 PM, Zahra Zahid @.> wrote: Left or len or right mid On Wed, 20 Sep 2023 at 2:04 PM, Coding Cactus @.> wrote: > Hi there, which ones I'm particular? > > — > Reply to this email directly, view it on GitHub > <#28 (comment)>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/BCUGWZWITYGOFKOWH56RXDDX3KWTJANCNFSM6AAAAAA47H4AZ4 > . > You are receiving this because you authored the thread.Message ID: > @.***> >

Yes, https://github.com/dsoon/ps2 is what is used on the website.

zahrazahid commented 11 months ago

I’ll appreciate if you could tell me how to install on my machine

On Wed, 20 Sep 2023 at 5:12 PM, Coding Cactus @.***> wrote:

It get stuck very often is there any way I can down load program and run interpreter on local machine … <#m-5846764804670418266> On Wed, 20 Sep 2023 at 4:43 PM, Zahra Zahid @.> wrote: Left or len or right mid On Wed, 20 Sep 2023 at 2:04 PM, Coding Cactus @.> wrote: > Hi there, which ones I'm particular? > > — > Reply to this email directly, view it on GitHub > <#28 (comment) https://github.com/PseudocodeEditor/editor/issues/28#issuecomment-1727290878>,

or unsubscribe > https://github.com/notifications/unsubscribe-auth/BCUGWZWITYGOFKOWH56RXDDX3KWTJANCNFSM6AAAAAA47H4AZ4 . > You are receiving this because you authored the thread.Message ID: > @.***> >

Yes, https://github.com/dsoon/ps2 is what is used on the website.

— Reply to this email directly, view it on GitHub https://github.com/PseudocodeEditor/editor/issues/28#issuecomment-1727601276, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCUGWZUWU2TQDK2NJLMI7GDX3LMSLANCNFSM6AAAAAA47H4AZ4 . You are receiving this because you authored the thread.Message ID: @.***>

Coding-Cactus commented 11 months ago

Sure

  1. If you don't have git installed, install git
  2. Clone the PS2 repository, using either CLI or the GitHub Desktop app https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
  3. run in your CLI python3 path_to_PS2_main.py path_to_your_pseudocode_file

Or alternatively create a 'CIE-PseudoCode' repl on https://replit.com. Bear in mind that neither of these approaches will have syntax highlighting like the website. image

zahrazahid commented 11 months ago

Thanks a lot, I'll check it out. Will let you know

On Wed, 20 Sep 2023 at 5:28 PM, Coding Cactus @.***> wrote:

Sure

  1. If you don't have git installed, install git https://github.com/git-guides/install-git
  2. Clone the repository PS2 repository, using either CLI or the GitHub Desktop app https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
  3. run in your CLI python3 path_to_PS2_main.py path_to_your_pseudocode_file

Or create a 'CIE-PseudoCode' repl on https://replit.com. Bear in mind that neither of these approaches will have syntax highlighting like the website. [image: image] https://user-images.githubusercontent.com/65423356/269281792-23c6f525-e265-40fb-8621-1054069670b7.png

— Reply to this email directly, view it on GitHub https://github.com/PseudocodeEditor/editor/issues/28#issuecomment-1727625198, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCUGWZQGZCBR5M5AJHBHRLTX3LOPBANCNFSM6AAAAAA47H4AZ4 . You are receiving this because you authored the thread.Message ID: @.***>