mirror of
				https://github.com/eledio-devices/thirdparty-tinyexpr.git
				synced 2025-10-31 16:14:16 +01:00 
			
		
		
		
	Updated README with variable naming rules.
This commit is contained in:
		| @@ -248,9 +248,11 @@ TinyExpr parses the following grammar: | |||||||
|  |  | ||||||
| In addition, whitespace between tokens is ignored. | In addition, whitespace between tokens is ignored. | ||||||
|  |  | ||||||
| Valid variable names are any combination of the lower case letters *a* through | Valid variable names consist of a lower case letter followed by any combination | ||||||
| *z*. Constants can be integers, decimal numbers, or in scientific notation | of: lower case letters *a* through *z*, the digits *0* through *9*, and | ||||||
| (e.g. *1e3* for *1000*). A leading zero is not required (e.g. *.5* for *0.5*) | underscore. Constants can be integers, decimal numbers, or in scientific | ||||||
|  | notation (e.g.  *1e3* for *1000*). A leading zero is not required (e.g. *.5* | ||||||
|  | for *0.5*) | ||||||
|  |  | ||||||
|  |  | ||||||
| ##Functions supported | ##Functions supported | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user