|
3c49434b12
|
feat: added struct parsing
|
2023-01-18 10:01:09 +02:00 |
|
|
7a98dfa825
|
feat: add if, else, return, break, continue and compounds stat
|
2022-10-28 14:49:49 +03:00 |
|
|
e92c2a69c8
|
feat: add all operators to expression
|
2022-10-28 12:59:44 +03:00 |
|
|
2a0104808c
|
fix: split int and string literals
|
2022-10-28 10:08:30 +03:00 |
|
|
e510584b98
|
fix(group): named parsers are tried in unnamed parsing
|
2022-10-28 10:07:52 +03:00 |
|
|
662442121d
|
chore: recoded ast system with ptr functions
|
2022-10-27 14:31:59 +03:00 |
|
|
d7ee0e3bb2
|
feat: add function parsing
|
2022-10-22 15:19:05 +03:00 |
|
|
eb167d0a50
|
chore: improve named constructs in groups
|
2022-10-20 14:30:19 +03:00 |
|
|
7a1cc27514
|
chore: made location - map converters convert to string instead
|
2022-10-20 13:31:18 +03:00 |
|
|
18c6098851
|
feat: add basic expression parsing
|
2022-10-19 14:21:05 +03:00 |
|
|
50c3067802
|
fix: make appropriate methods of token_t const
|
2022-10-17 22:43:49 +03:00 |
|
|
328788d320
|
chore: add NONE operator
|
2022-10-17 22:39:59 +03:00 |
|
|
e2e180b9a5
|
chore
|
2022-10-14 20:27:45 +03:00 |
|
|
eb8d7cd1f1
|
refactor: modify ast_ctx_t::parse signature to fit other stages
|
2022-10-12 11:59:54 +03:00 |
|
|
0c7961ca6b
|
feat: add type parsing
|
2022-10-11 14:39:01 +03:00 |
|
|
9dca34696b
|
fix: some issues with glob parser
|
2022-10-11 13:13:10 +03:00 |
|
|
4d6ce93ae3
|
chore
|
2022-10-09 16:34:02 +03:00 |
|
|
ee6c29bb7d
|
feat: add namespace and import parsing
|
2022-10-09 14:18:38 +03:00 |
|
|
0a68529c3b
|
a lot.
|
2022-10-04 23:45:08 +03:00 |
|
|
63f79a28e1
|
fix: improve try_parse and parse functions in helper.hh
|
2022-10-04 20:23:39 +03:00 |
|
|
3c08cd13db
|
chore: move tokenizer.hh to ppc::comp::tree
|
2022-10-04 19:59:06 +03:00 |
|
|
75af4cd77f
|
fix: add DOUBLE_COLON
|
2022-10-04 19:58:17 +03:00 |
|
|
90461448f0
|
chore: Rework AST innerworkings
|
2022-10-04 16:00:18 +03:00 |
|
|
7a4d81f5f8
|
fix: replace NO_LOCATION with location_t::NONE
|
2022-10-03 17:23:29 +03:00 |
|
|
4f22f27dc7
|
feat: add glob parser
|
2022-09-27 14:09:52 +03:00 |
|
|
bd6a837ecb
|
feat: add construct and group parser
|
2022-09-27 14:09:02 +03:00 |
|
|
be734b47c3
|
refactor: switched from type const & to const type & syntax
|
2022-09-21 09:37:50 +03:00 |
|
|
5f778db5c2
|
Initial commit
|
2022-09-19 10:34:19 +03:00 |
|