MEGA65 / eleven

Eleven IDE - improving upon the BASIC 65 experience
GNU General Public License v3.0
8 stars 1 forks source link

Added keywords: dopen# fread# pointer get# #4

Closed rscottfree closed 11 months ago

rscottfree commented 11 months ago

The # symbol was also removed from being in a list of invalid symbols in order to support keywords with that symbol in them. I'm not sure how this is used--I think to filter out invalid characters from variables? My code works but it's likely this won't work for some existing code. Some input here would be welcome.

rscottfree commented 11 months ago

After help from @gurcei , I fixed it up so that fread and get are in a separate list of keywords that need special handling. By the way, it works to do either fread # or fread#.