We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b1d1d commit 1ac1d70Copy full SHA for 1ac1d70
1 file changed
arc.h
@@ -35,7 +35,7 @@
35
#endif
36
37
namespace arc {
38
- constexpr auto VERSION = "0.29";
+ constexpr auto VERSION = "0.30";
39
40
enum type {
41
T_NIL,
@@ -64,7 +64,6 @@ namespace arc {
64
typedef std::string* sym;
65
typedef std::unordered_map<sym, atom> env_table;
66
67
-
68
struct atom {
69
enum type type = T_NIL;
70
std::variant<
0 commit comments