Commit graph

368 commits

Author SHA1 Message Date
2efe1a3cf1 wip: working on the compiler. 2022-08-09 12:40:22 +12:00
e60cf9c4dd wip: it can parse all the core code written so far.! 2022-08-09 12:40:22 +12:00
3e1ca2cb7a wip: wtf I don't even know any more, 2022-08-09 12:40:22 +12:00
f500fa9557 Merge branch 'renovate/lock-file-maintenance' into 'main'
chore(deps): lock file maintenance

See merge request jimsy/outrun!6
2022-08-03 18:49:06 +00:00
35c0f06a8e Merge branch 'renovate/unicode-ident-1.x' into 'main'
fix(deps): update rust crate unicode-ident to 1.0.3

See merge request jimsy/outrun!5
2022-08-03 18:48:08 +00:00
323bd9c57a chore(deps): lock file maintenance 2022-08-04 06:45:51 +12:00
db44757456 fix(deps): update rust crate unicode-ident to 1.0.3 2022-08-04 06:44:52 +12:00
5b51a6dd23 Merge branch 'renovate/lock-file-maintenance' into 'main'
chore(deps): lock file maintenance

See merge request jimsy/outrun!4
2022-08-02 00:26:35 +00:00
471af9c785 Merge branch 'renovate/indoc-1.x' into 'main'
chore(deps): update rust crate indoc to 1.0.7

See merge request jimsy/outrun!3
2022-08-02 00:25:50 +00:00
7503c0c613 chore(deps): lock file maintenance 2022-08-02 12:23:33 +12:00
0883359b64 chore(deps): update rust crate indoc to 1.0.7 2022-08-02 12:22:33 +12:00
e8d6798520 Merge branch 'add-statements' into 'main'
add statement parsing.

See merge request jimsy/outrun!2
2022-07-20 20:43:13 +00:00
1fe2de4444 feat: add statement parsing. 2022-07-20 20:43:13 +00:00
4864ef980e chore: add package and license information. 2022-07-18 09:41:49 +12:00
ac6049cef2 wip: start working on parser. 2022-07-17 12:30:28 +12:00
af731cdd2b chore(deps): add renovate.json 2022-07-17 09:21:27 +12:00
0aeabb0af3 feat: working scanner for common tokens.
This is by no means complete - or even that smart, but it's enough to get started with.
2022-07-17 09:19:58 +12:00
d755f6ab3a Configure SAST in .gitlab-ci.yml, creating this file if it does not already exist 2022-07-15 10:27:26 +00:00