Search found 8 matches

by captbill
01.08.2018 00:03
Forum: General - CudaText
Topic: Auto casing?
Replies: 11
Views: 3535

Hi Alexey,
I would also be interested in this feature. Oberon and Lola-2 have case-sensitive keywords.
by captbill
24.09.2016 01:49
Forum: Lexers
Topic: Lola-2 Lexer Grammar Rules Help
Replies: 9
Views: 3304

Oh thanks, but I mean I would fix the Oberon treeview. It should not be hard. I will work on it shortly.

What I may need some help with is a "save file to Oberon" plugin/dialog for the Oberon emulator that I may make a topic on.
by captbill
24.09.2016 00:19
Forum: Lexers
Topic: Lola-2 Lexer Grammar Rules Help
Replies: 9
Views: 3304

I welcome suggestions for them Had a quick look at them and they seem good. I did notice a few issues with the color highlighting. Perhaps it's best to have no color highlighting and let that be user's choice to add, you think? Would also like to see the Oberon lexer with a nice tree view like the ...
by captbill
23.09.2016 04:53
Forum: Lexers
Topic: Lola-2 Lexer Grammar Rules Help
Replies: 9
Views: 3304

Excellent. Thanks, Alexey. I will now try them out. Sorry for delay. I missed the e-mail notification.
by captbill
29.01.2016 16:52
Forum: Lexers
Topic: Lola-2 Lexer Grammar Rules Help
Replies: 9
Views: 3304

I like the idea of having everything in one place with the 'grammar rules', unfortunately it uses some non-standard regex notations. What I have decided is to use it just for notes, for now, and build it up, piece by piece in the typical fashion of the SynWrite 'customize lexer' dialogs. Seems to wo...
by captbill
28.01.2016 22:25
Forum: Lexers
Topic: Lola-2 Lexer Grammar Rules Help
Replies: 9
Views: 3304

Lola-2 Lexer Grammar Rules Help

Hi Alexey, I am trying learn how to use the 'grammar rules' for a lexer for Lola-2. Lola-2 is an Oberon based Verilog code generator. Here is the lexer file: https://github.com/billbuzzell/PRJ_OberonLearning/blob/master/lexer.Lola-2exp.zip Can you take a look? I can't seem to locate where my problem...
by captbill
19.01.2016 22:01
Forum: Lexers
Topic: Oberon Lexer [RESOLVED]
Replies: 2
Views: 1622

Wow. That was fast. Brilliant!

I need to study what you did now.

Thanks again,
Bill
by captbill
19.01.2016 21:29
Forum: Lexers
Topic: Oberon Lexer [RESOLVED]
Replies: 2
Views: 1622

Oberon Lexer [RESOLVED]

Hi, The Oberon lexer does not recognize the "*" as a suffix to "PROCEDURE" (PROCEDURE*), which indicates a "leaf procedure" (much like an inline proc). When the * is a suffix of the procedure name "PROCEDURE myProcedure* ()" this indicates an "exported pu...