Creating meta language with Java

前端 未结 5 1602
清歌不尽
清歌不尽 2020-12-04 04:13

guys! I need to create some sort of meta language which I could embed in XML and then parse with Java. For example:


    [if value1>value2 the         


        
5条回答
  •  失恋的感觉
    2020-12-04 04:30

    A user here, Bart Kiers. Wrote a tutorial about creating a simple language in Java with ANTLR.

提交回复
热议问题