Lexer and Autocomplete for Falcon

All questions regarding lexer highlighting schemes are discussed here...
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

I read the docs; i fixed the lexer. Download it and test pls. See how i did 3 new token types, new parser-rule, 2 range-rules (single line func, multi line func).

I cannot see words that you used: "procedure", "func", "proc", "method", in docs; where are they?
Shando
Posts: 13
Joined: 11.10.2018 02:25

Post by Shando »

Hi Alexey,

I've made the relevant changes to your version:

https://1drv.ms/u/s!Au7DMGV6totzgoZWH4qhMPs-dFLX3g

I've also updated the Autocomplete to cover (almost) the entire Falcon language.

HTH

Shando
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

Thanks. I've checked it, and see only one new lexer rule. (did you make link, from block-open-rule to block-end-rule?) Uploaded to SourceForge.
Post Reply