Noam-Dori / ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools
Apache License 2.0
22 stars 3 forks source link

message parsing - small bugs #29

Closed Noam-Dori closed 4 years ago

Noam-Dori commented 4 years ago
  1. while comments are properly found after a number and than 1 space, they are not correctly parsed (they become a string const) if there are multiple spaces.
  2. bytes and chars MAY be assigned numerical constants. byte is an alias for int8 and char alias to uint8.