Skip to content

Commit 1ac1d70

Browse files
committed
optimized (do)
1 parent f2b1d1d commit 1ac1d70

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arc.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#endif
3636

3737
namespace arc {
38-
constexpr auto VERSION = "0.29";
38+
constexpr auto VERSION = "0.30";
3939

4040
enum type {
4141
T_NIL,
@@ -64,7 +64,6 @@ namespace arc {
6464
typedef std::string* sym;
6565
typedef std::unordered_map<sym, atom> env_table;
6666

67-
6867
struct atom {
6968
enum type type = T_NIL;
7069
std::variant<

0 commit comments

Comments
 (0)