CROSSINGTUD / CryptSL

https://eclipse.org/cognicrypt/documentation/crysl/
Eclipse Public License 2.0
6 stars 5 forks source link

add value converter for integers #48

Closed lukasngl closed 1 year ago

lukasngl commented 2 years ago

Integers may be specified with exponents, i.e. 2^2048. CongiCrypt does not handle such numbers, this patch therefore converts those numbers beforehand.

The converter resolves such expressions to a String, that is parseable as the Integer result.

Note: This patch is based on #47.

smeyer198 commented 1 year ago

The changes from this PR are part of #59 and already merged