Merge pull request #38 from tomkun/patch-1

Another enum method found
This commit is contained in:
Dave Gauer 2021-03-16 10:25:02 -04:00 committed by GitHub
commit e3c0129dfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,4 +78,6 @@ fn visitElephants(first_elephant: *Elephant) void {
//
// 4) SpencerCDixon - Love this language so far :-)
// https://github.com/ziglang/zig/blob/a502c160cd51ce3de80b3be945245b7a91967a85/src/zir.zig#L530
//
// 5) tomkun - here's another enum method
// https://github.com/ziglang/zig/blob/4ca1f4ec2e3ae1a08295bc6ed03c235cb7700ab9/src/codegen/aarch64.zig#L24