Search found 11 matches

by aurel
Fri Dec 03, 2021 1:33 pm
Forum: Development
Topic: Stages 67-69
Replies: 3
Views: 6908

Re: Stage 69

ahh ...i get it , so you use do / end
instead of { }
by aurel
Fri Dec 03, 2021 8:36 am
Forum: Development
Topic: Stages 67-69
Replies: 3
Views: 6908

Re: Stage 69

hi
How you think that user know which end is for specific block of code ?
sorry but is little bit unclear to me

in c it is curly { }
or

{
code
}
by aurel
Sat Nov 27, 2021 6:44 pm
Forum: Development
Topic: Strings, strings and strings
Replies: 3
Views: 7077

Re: Strings, strings and strings

what kind of distro is that
Ubuntu ..Debian
just asking..
by aurel
Sat Nov 27, 2021 6:34 pm
Forum: Language Discussion
Topic: Hello
Replies: 9
Views: 7108

Re: Hello

My point is that average BASIC programmer don't like == and who use this constructs like a=b=c ...no one ! from the boolean expression it is perfectly same i have as many other Basics just if a = b : print a : end if ../ or endif not if a ==b : print a : end but of course you work your way i have fo...
by aurel
Fri Nov 26, 2021 5:37 pm
Forum: Language Discussion
Topic: Hello
Replies: 9
Views: 7108

Re: Hello

I just viewed ...
you use "==" for if statement :shock:
why is that .....pascal,C or mix ??
why simply is not just =
by aurel
Tue Nov 23, 2021 7:24 pm
Forum: Language Discussion
Topic: Hello
Replies: 9
Views: 7108

Re: Hello

before current interpreter microA i made one called ruben that one have arrays and worked well but little bit slow ..i know why i interpreter such is my i avoid variable lookup routine using separate array to hold var ID so same method i will try to use in current ... for compiler things are very di...
by aurel
Tue Nov 23, 2021 7:19 pm
Forum: Language Discussion
Topic: Hello
Replies: 9
Views: 7108

Re: Hello

yeah ..but i really don't have a time to learn assembler
it is too hard to me or i am lazy ..i understand very well concepts but again i am too lazy to type all
that code even in BASIC compiler which i use Oxygen Basic ..by the way it is written in Freebasic
ahh i will see..
by aurel
Tue Nov 23, 2021 4:02 pm
Forum: Language Discussion
Topic: Hello
Replies: 9
Views: 7108

Re: Hello

Of course i understand i build few toy interpreters and never compiler ,assembly ..ouhhh i don't get it :o it is not easy work , even i am working (from time to time ) on my small interpreter i still not have arrays ..hmm i am in doubt how to add them ,i know ways but i am not sure what would be bet...
by aurel
Tue Nov 23, 2021 3:57 pm
Forum: Development
Topic: Stage 66
Replies: 4
Views: 7345

Re: Stage 66

well on windoze i use EOL token which is CRLF then my interpreter recognize it as EndOfLine first it is not easier for user always type ";" on end of line when i use some C compilers to play with them i forget that one . so my opinion is NOT easier ,but your product your way...right ? ; :)...
by aurel
Tue Nov 23, 2021 12:48 pm
Forum: Language Discussion
Topic: Hello
Replies: 9
Views: 7108

Hello

hello again :)
So this one would be for Linux...that is fine
well i am not Linux user very much but i like concept.