Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

for while implementation#59

Closed
felipeweb wants to merge 2 commits intomasterfrom
for_while
Closed

for while implementation#59
felipeweb wants to merge 2 commits intomasterfrom
for_while

Conversation

@felipeweb
Copy link
Contributor

No description provided.

// Test for range
`(for print (array (10 20 30)))`: nil,
// Test for while
`(for (== 1 2) (print "while"))`: nil,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

implement test to run infinite loop

@felipeweb
Copy link
Contributor Author

blocked need to solve issue #67

@felipeweb
Copy link
Contributor Author

i will close this for now when #67 fixed i reopen the PR

@felipeweb felipeweb closed this Dec 11, 2017
@felipeweb felipeweb deleted the for_while branch December 11, 2017 15:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants