qitab / cl-protobufs

Common Lisp protocol buffer implementation.
MIT License
78 stars 17 forks source link

1. Enums can be named in lisp by specifying the lisp_enum_value option. #381

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago
  1. Enums can be named in lisp by specifying the lisp_enum_value option.

  2. Prevent the ToLispName function from generating negative numbers (like -123) from being generated as Lisp symbol name, if the enum value is a number prefixed with '_'.