Sweet, I’ll give that a read and reach out to you if I need help, appreciate it!
From: Ian Utley <[email protected]> Date: Wednesday, 28 August 2019 at 23:38 To: "Luff,Chris" <[email protected]> Cc: Neil C Smith <[email protected]>, Geertjan Wielenga <[email protected]>, NetBeans Mailing List <[email protected]> Subject: Re: Language Support You may also find http://wiki.netbeans.org/SyntaxColoringANTLR<https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.netbeans.org%2FSyntaxColoringANTLR&data=02%7C01%7CChris.Luff%40cerner.com%7C29db059160e84f41de8b08d72c0878dd%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026287262763110&sdata=9HY402tDadoIxCLGl0L27HTEtou5SwDkx5IcA0vPCG8%3D&reserved=0> helpful if you are using ANTLR as your lexer/parser of choice. I'm currently writing a Prolog language support module, which supports syntax highlighting, code completion, code folding, navigation bar and custom project type as a maven project against Netbeans 11, so feel free to ask me any questions while the topic is fresh in my mind! Ian. On Wed, Aug 28, 2019 at 4:13 PM Luff,Chris <[email protected]> wrote: It is fine, I am trying to understand the mechanics before I get in too deep. I have not done much with language parsers. > On 28 Aug 2019, at 16:01, Neil C Smith > <[email protected]<mailto:[email protected]>> wrote: > > On Wed, 28 Aug 2019 at 15:53, Luff,Chris <[email protected]> > wrote: >> >> Thx, a proprietary language called CCL[1] modelled on SQL but with some >> significant differences. > > Is the IDE's SQL language support not a good starting point? > > Best wishes, > > Neil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [email protected]<mailto:[email protected]> > For additional commands, e-mail: > [email protected]<mailto:[email protected]> > > For further information about the NetBeans mailing lists, visit: > https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&data=02%7C01%7CChris.Luff%40cerner.com%7Cfd3dd8c85da643296ecb08d72bc8a826%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026013168023905&sdata=iSOKdc8kbmLP9QYnp0tQKFNGji2eJ8C8Bqe5CEUDfnc%3D&reserved=0<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&data=02%7C01%7CChris.Luff%40cerner.com%7C29db059160e84f41de8b08d72c0878dd%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026287262773103&sdata=61j8gJVpyY3Jrjr5xP11%2FHSfRUzNLOnJqUpt6R9qQIE%3D&reserved=0> > CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected]<mailto:[email protected]> For additional commands, e-mail: [email protected]<mailto:[email protected]> For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&data=02%7C01%7CChris.Luff%40cerner.com%7C29db059160e84f41de8b08d72c0878dd%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026287262773103&sdata=61j8gJVpyY3Jrjr5xP11%2FHSfRUzNLOnJqUpt6R9qQIE%3D&reserved=0>
