Skip to content

Releases: ModelingValueGroup/nelumbo

Nelumbo v0.9.8

25 Feb 21:23

Choose a tag to compare

To start the nelumbo editor:

  • install java (version 21 or higher, if not yet installed)
  • download nelumbo-0.9.8-editor.jar
  • in your command line environment run java -jar nelumbo-0.9.8-editor.jar

Always start a nelumbo specification with an import-statement. For example:

import    nelumbo.strings

String  a

"foo"+"bar"=a  ?    [(a="foobar")][..]

Query results are calculated and shown on the fly.
This editor is not an LSP-based editor, and useful for educational and demo purposes.

Nelumbo v0.9.7

25 Feb 20:46

Choose a tag to compare

To start the nelumbo editor:

  • install java (version 21 or higher, if not yet installed)
  • download nelumbo-0.9.6-editor.jar
  • in your command line environment run java -jar nelumbo-0.9.6-editor.jar

Always start a nelumbo specification with an import-statement. For example:

import    nelumbo.strings

String  a

"foo"+"bar"=a  ?    [(a="foobar")][..]

Query results are calculated and shown on the fly.
This editor is not an LSP-based editor, and useful for educational and demo purposes.

Nelumbo Editor

25 Feb 10:52

Choose a tag to compare

To start the nelumbo editor:

  • install java (version 21 or higher, if not yet installed)
  • download nelumbo-0.9.6-editor.jar
  • in your command line environment run java -jar nelumbo-0.9.6-editor.jar

Always start a nelumbo specification with an import-statement. For example:

import    nelumbo.strings

String  a

"foo"+"bar"=a  ?    [(a="foobar")][..]

Query results are calculated and shown on the fly.
This editor is not an LSP-based editor, and useful for educational and demo purposes.

Nelumbo Editor

23 Feb 15:02

Choose a tag to compare

To start the nelumbo editor:

  • install java (version 21 or higher, if not yet installed)
  • download nelumbo-0.9.5-editor.jar
  • in your command line environment run java -jar nelumbo-0.9.5-editor.jar

Always start a nelumbo specification with an import-statement. For example:

import    nelumbo.strings

String  a

"foo"+"bar"=a  ?    [(a="foobar")][..]

Query results are calculated and shown on the fly.
This editor is not an LSP-based editor, and useful for educational and demo purposes.

Nelumbo Editor

04 Feb 06:29

Choose a tag to compare

To start the nelumbo editor:

  • install java (version 21 or higher, if not yet installed)
  • download nelumbo-0.9.4-editor.jar
  • in your command line environment run java -jar nelumbo-0.9.4-editor.jar

Always start a nelumbo specification with an import-statement. For example:

import    nelumbo.strings

String  a

"foo"+"bar"=a  ?    [(a="foobar")][..]

Query results are calculated and shown on the fly.
This editor is not an LSP-based editor, and useful for educational and demo purposes.