comparison lwasm/lwasm.h @ 468:7577bfee48bb

Merge changeset a6c9129e5948 from lwasm5 development branch
author William Astle <lost@l-w.ca>
date Thu, 01 Mar 2018 21:31:50 -0700
parents a6c9129e5948
children 2c1c5dd84024
comparison
equal deleted inserted replaced
466:51bed8c8dc53 468:7577bfee48bb
27 #endif 27 #endif
28 28
29 #include <lw_expr.h> 29 #include <lw_expr.h>
30 #include <lw_stringlist.h> 30 #include <lw_stringlist.h>
31 #include <lw_stack.h> 31 #include <lw_stack.h>
32 #include <lw_version.h> 32
33 #include <version.h>
33 34
34 // these are allowed chars BELOW 0x80 for symbols 35 // these are allowed chars BELOW 0x80 for symbols
35 // first is symbol start chars, second is anywhere in symbol 36 // first is symbol start chars, second is anywhere in symbol
36 #define SSYMCHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_@$" 37 #define SSYMCHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_@$"
37 #define SYMCHARS SSYMCHARS ".?0123456789" 38 #define SYMCHARS SSYMCHARS ".?0123456789"