SirSeim/Deeg

README Suggestions

Closed this issue · 1 comments

rtoal commented

Things to clean/add

  • You claim indent-based syntax as a feature, but you use a terminal end
  • Reword "Optional type specify with ?" to be consistent with line above;
  • Can slices be like [2, 5 till 10, 12, 7]?
  • In Array/Lists section you have the word prints
  • Think about > for pattern matching, since you might have a > in an expression
  • One larger example needed

Can slices be like [2, 5 till 10, 12, 7]?

No, they must be in the form [num till num (by num)]

In Array/Lists section you have the word prints

prints is a globally accessible function, like console.log