mirror of
https://github.com/louisrubet/rpn
synced 2024-11-17 07:47:50 +01:00
250 B
250 B
TODO
missing tests / problems
- les arguments d'une fonction en erreur doivent ils être consommés ? ex embettant : sto+
1 'i' sto while i 2 <= repeat 0 'j' sto while 1 <= j repeat i (1,0) * j (0,1) * + 1 'j' sto+ end 1 'i' sto+ end
plante