Commit Graph

827 Commits

Author SHA1 Message Date
Meghan Denny
d15ec06c69 make license a plain text doc 2021-10-19 19:26:57 -07:00
Meghan Denny
8d46ceff07 use an enum for zig version 2021-10-19 19:26:57 -07:00
Meghan Denny
94acedfde3 build.zig- use std.builtin for better autocomplete 2021-10-19 19:26:57 -07:00
Meghan
44fb88b85b
Merge pull request #404 from leecannon/builtin_changes
Update to use @import("builtin") where required
2021-10-11 10:56:12 -07:00
Lee Cannon
b88a95a617 Update submodule 2021-10-11 09:21:24 +01:00
Lee Cannon
90f8109639 Update to use @import("builtin") where required 2021-10-07 12:53:31 +01:00
Meghan Denny
b63339e350 remove Tree when it was the same as Ast 2021-09-30 18:57:45 -07:00
Meghan Denny
3c1152a536 use empty string for empty []const u8 2021-09-30 18:47:48 -07:00
Meghan Denny
164e078dbb collapse some std imports 2021-09-30 18:47:19 -07:00
Meghan Denny
86e370add0 include anytype in list of primitive types 2021-09-30 18:46:53 -07:00
Meghan Denny
0406f7cc93 ensure uN and iN types are clamped to 0-65535 2021-09-30 18:46:35 -07:00
Meghan Denny
50022e5d24 analysis- clean up isTypeIdent 2021-09-30 18:46:14 -07:00
Meghan Denny
4bc8b92e19 collapse more fn signatures 2021-09-30 18:45:45 -07:00
Meghan Denny
43796f6326 uri- add link to rfc 2021-09-30 18:44:23 -07:00
Meghan Denny
9e0f201283 finish rename of usage of std.zig.Ast 2021-09-30 18:44:06 -07:00
Meghan Denny
dc8affe122 add builtin data for 0.8.0 and 0.8.1 2021-09-30 17:53:14 -07:00
Meghan Denny
a75276defc update master data 2021-09-30 17:52:56 -07:00
Meghan Denny
7c209a8404 condese small expanded things 2021-09-30 17:52:36 -07:00
Meghan Denny
8390aaa70b use zinput as a package 2021-09-30 17:52:15 -07:00
Meghan Denny
ad8d75b613 use single line method signatures 2021-09-30 17:51:51 -07:00
Meghan Denny
f482950f5f fix imports to use ./ for relative usage 2021-09-30 17:48:40 -07:00
Meghan Denny
6b3d4d7bd3 build.zig- use local builder 2021-09-30 17:46:10 -07:00
Meghan Denny
819e46a181 gitignore- catch zig-cache and zig-out 2021-09-30 17:45:28 -07:00
Meghan Denny
6ac9c73217 gitignore add missing newline 2021-09-30 17:45:12 -07:00
Meghan Denny
6d7e2d2fba gitattributes- add auto lf for all other files 2021-09-30 17:44:59 -07:00
Meghan
779cfac82e
Merge pull request #399 from travisstaloch/sat-arithmetic
support new ast token changes and saturating operators
2021-09-30 10:31:33 -07:00
Travis Staloch
50aa71c10f support new ast token changes
- some ast token tags were renamed: ie .bit_shift_left => .shl
- add initial support for saturating operators: +|, -|, *|, <<|, +|=, -|=, *|=, <<|=
2021-09-28 21:15:37 -07:00
pyxel
03f70be32a refactor: update ast with addrspace changes 2021-09-21 17:32:32 -04:00
Auguste Rame
c5414796a4
Merge pull request #392 from Sashiri/master
Usingnamespace semantics update
2021-09-10 15:38:20 -04:00
Sashiri
6c39966967 Update zinput 2021-09-04 22:08:04 +02:00
Sashiri
fed1c4c2c6 usingnamespace semantics update
+ Ast changes adjustments
2021-09-04 21:25:35 +02:00
Auguste Rame
e472fca3be
Merge pull request #385 from leecannon/update_to_master
Update to master
2021-09-01 17:27:14 -04:00
Lee Cannon
fbdc07d4b1 make tests pass 2021-09-01 15:57:37 +01:00
Lee Cannon
2ffd93280e remove deleted keywords 2021-08-30 13:54:27 +01:00
Auguste Rame
86199ca9a0
Merge pull request #383 from michallepicki/fixes-for-zig-f30aa25cb 2021-08-28 12:36:24 -04:00
Auguste Rame
c4b24e6a9e
Merge pull request #377 from sagehane/submodule 2021-08-28 12:34:43 -04:00
Michał Łępicki
ff23ea7c94 Fix build options for zig f30aa25cb 2021-08-28 17:22:41 +02:00
Sage Hane
5ddb92b865
Update "known-folders" submodule 2021-08-17 19:22:16 +09:00
Auguste Rame
917ef4b073
Merge pull request #373 from jbsolomon-fw/fix-372-generic-slicefns
Fix #372: catch up to zig master 05fd20dc
2021-08-15 16:53:40 -04:00
Bodie Solomon
d25abb1055
Fix #372: catch up to zig master 05fd20dc 2021-08-09 12:14:20 -04:00
Auguste Rame
3172717af8 Update master data file 2021-07-27 11:15:02 -04:00
Alexandros Naskos
70cfba0eb9
Fixed unit tests 2021-07-10 20:05:16 +03:00
Alexandros Naskos
bba069526c
Fix build for zig master by inserting null terminators when tokenizing and resetting them when needed 2021-07-10 19:58:37 +03:00
Alexandros Naskos
d38d67ab7d
Merge pull request #361 from Prince213/data-gen-ng
Introducing new method of generating data files
2021-07-10 17:29:39 +03:00
Sizhe Zhao
86d49acdb0 Introducing new method of generating data files
A new file src/data/generate-data.py has been added.
It is written in Python 3 and has some new features like:
- It doesn't need Chrome to work, the script fetches the page automatically;
- It does the translation of HTML tags for better user experiences in editors.
In addition, a new section has been added to README.md to reflect this change.
2021-07-10 21:21:54 +08:00
Alexandros Naskos
1cac8a9a3a
Merge pull request #360 from sacredbirdman/master
Small clarification to Doom Emacs config
2021-07-10 16:00:22 +03:00
Sacredbirdman
a1152d081c Small clarification to Doom Emacs config 2021-07-10 15:12:51 +03:00
Alexandros Naskos
589c124298
Merge pull request #359 from Prince213/data-gen-improvements
Data gen improvements
2021-07-09 18:52:44 +03:00
Sizhe Zhao
14a70a38af Update master data 2021-07-09 23:45:48 +08:00
Sizhe Zhao
c3c4eb9c9d Update src/data/generate-data.js to translate code tags 2021-07-09 23:45:00 +08:00