Skip to content

issues Search Results · repo:pseudo-lang/pseudo language:Python

Filter by

18 results
 (84 ms)

18 results

inpseudo-lang/pseudo (press backspace or delete to remove)

Issue Type [x] Bug (Typo) Steps to Replicate and Expected Behaviour - Examine docs/ast.md, pseudo/init.py and observe translateable, however expect to see translatable. - Examine README.md and observe ...
  • timgates42
  • Opened 
    on May 16, 2021
  • #25

Is it merely the usual reason (time/money), or have you, to some extent, lost confidence in the ideas? I think many of the 625 people who starred this project, including myself, would be grateful to hear ...
  • DustinWehr
  • 19
  • Opened 
    on Nov 1, 2018
  • #22

Trying to translate this Python program to JS: string = I am fine string = string.split( ) string = string[0] What I get is: can t change the type of variable string in global scope from String ...
wontfix
  • notzoom
  • 1
  • Opened 
    on Dec 21, 2017
  • #21

Trying to translate this Python program to JS: string = test if test in string: print( positive ) What I get is: Pseudo error: JSTranslator doesn t have a String#include? method
bug
  • notzoom
  • 1
  • Opened 
    on Dec 20, 2017
  • #20

To replicate: cat add_two_arrays.py def add_two_arrays(arrayA, arrayB): return arrayA + arrayB print(add_two_arrays([1,2,3], [4,5,6])) pseudo-python add_two_arrays.py OK saved pseudo ast as add_two_arrays.pseudo.yaml ...
  • tra38
  • 4
  • Opened 
    on Dec 4, 2017
  • #19

... this would allow for some of porting from Go to Python, etc,...
  • pombredanne
  • 2
  • Opened 
    on Jun 18, 2016
  • #18

Input class Barney: def __init__(self): self.status = not ok barney = Barney() barney.status = ok print(barney.status) Output class Barney def initialize @status = not ok end end ...
  • atg
  • 1
  • Opened 
    on Mar 18, 2016
  • #17

In Python the not operator has low precedence. In JS the ! operator has high precedence. To be on the safe side, generators should wrap all operators in parens by default, and only remove them if the ...
bug
  • atg
  • 1
  • Opened 
    on Mar 18, 2016
  • #16

enhancement
  • 4khil
  • 3
  • Opened 
    on Mar 15, 2016
  • #14

test.py: a = [x + 1 for x in [1, 2, 3]] test.pseudo.yaml: constants: [] custom_exceptions: [] definitions: [] dependencies: [] main: - pseudo_type: Void target: name: a pseudo_type: [List, ...
pseudo-python bug
  • jzjsuper
  • 3
  • Opened 
    on Mar 14, 2016
  • #12
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub