Adrian Mensing

Results 8 comments of Adrian Mensing

Very mysterious. I have been looking through the commits, the [current lexer](https://github.com/Adriandmen/05AB1E/blob/master/lib/reading/reader.ex), and the [legacy version](https://github.com/Adriandmen/05AB1E/tree/fb4a2ce2bce6660e1a680a74dd61b72c945e6c3b) as well. It seems that the `.U` command was never implemented at all. I...

@kcruijss Hey Kevin, thank you for reporting these issues. I'll try to check out the issues and fix them whenever I have some time available. It also gives me something...

When using nested for-loops (such as `F`, `G`, etc.), the index variable `N` gets overwritten by the inner for-loop. If you would like to explicitly save the index number of...

@MortezaRahmaniJRP Hmm, have you checked if the file encoding is in **UTF-8**? The `osabie` script assumes that the file is encoded in **UTF-8** or in **05AB1E**-encoding when using the `-c`...

Hey @A-ee! I am not entirely sure if I understand your request. Could you perhaps provide an example of how the feature exactly works?

@michaelsanford Well, the [extended-math.txt](https://github.com/Adriandmen/05AB1E/blob/master/docs/extended-math.txt) is quite empty (previously known as list-commands.txt), so there's a lot of room for new commands. I can't really think of any functions that are currently...

No worries about that, there is no strict pattern for the extended math commands :)

@michaelsanford Yeah, for example, `5ÅT` gives a list of all triangular numbers