Commit Graph

1595 Commits

Author SHA1 Message Date
Steven Hugg dbc84c94b2 ecs: no error if select is empty 2022-02-03 20:42:41 -06:00
Steven Hugg 8b23e9872e fixed bug when importing github project on first IDE run 2022-02-03 18:52:40 -06:00
Steven Hugg 513fb85b8e ecs: fixed import 2022-02-03 18:40:34 -06:00
Steven Hugg 01de3b8d6b ecs: local system 2022-02-03 17:14:03 -06:00
Steven Hugg 51f0f6ffea ecs: entity.lookup 2022-02-03 16:44:43 -06:00
Steven Hugg a66d060c08 ecs: scope events 2022-02-03 16:04:48 -06:00
Steven Hugg 167dff50a5 ecs: refactored limit, loops, but needs more 2022-02-03 15:44:58 -06:00
Steven Hugg 5d3cae4804 ecs: -query, get/set, imported 2022-02-03 13:38:09 -06:00
Steven Hugg bc3b2cd81d ecs: with/if 2022-02-03 09:24:18 -06:00
Steven Hugg a7f708a303 ecs: better with filter 2022-02-03 08:54:46 -06:00
Steven Hugg c299bcddae ecs: with, select queries 2022-02-03 07:44:47 -06:00
Steven Hugg dcb11a7080 ecs: import 2022-02-02 20:27:58 -06:00
Steven Hugg 83238f30f1 ecs: scoping, start labels, subscopes (need unions for data) 2022-02-02 18:15:04 -06:00
Steven Hugg b28a4b5be4 ecs: using, fixed tokenizer start/end column 2022-02-02 16:49:01 -06:00
Steven Hugg d9b8b8b7d3 ecs: refactor, QueryResult, filter 2022-02-02 14:41:40 -06:00
Steven Hugg 2dea6b1fcf Merge branch 'master' into ecs 2022-02-01 11:36:43 -06:00
Steven Hugg 4076b742fe
Merge pull request #94 from micahcowan/kbdinput
Grab control-key keyboard input
2022-02-01 11:35:56 -06:00
Steven Hugg e439f16249
Merge pull request #93 from micahcowan/apple2
Apple2: Allow uploaded firmware ROM replacement
2022-02-01 11:35:45 -06:00
Steven Hugg 7759cc52f1 ecs: can use {{cmd args...}} format 2022-02-01 11:31:39 -06:00
Steven Hugg 4e5beb6c74 tokenizer is no longer line-based 2022-02-01 09:49:49 -06:00
Steven Hugg 40cc5ee118 ecs: refactor into ActionEval 2022-02-01 08:16:53 -06:00
Steven Hugg 10784585d9 ecs: codesegment vs data 2022-02-01 08:07:33 -06:00
Steven Hugg 0803b80485 ecs: fixed init 16-bit values 2022-01-31 21:50:45 -06:00
Steven Hugg ce1c444900 ecs: trying to do arrays, scores 2022-01-31 19:05:45 -06:00
Steven Hugg ec73e41f8c ecs: resources 2022-01-31 12:11:50 -06:00
Steven Hugg 87eb8e2f05 ecs: event2system 2022-01-31 09:48:19 -06:00
Steven Hugg c54b6a1150 ecs: {{%props}}, ecs errors w/ $loc 2022-01-31 09:03:05 -06:00
Steven Hugg 249d4735eb ecs: added join, limit, fixed some things, took out ca65 listing for now 2022-01-30 10:11:04 -06:00
Steven Hugg 69cd28aa0e codemirror ecs mode 2022-01-29 20:36:36 -06:00
Steven Hugg ce21eb29e5 moved SourceLocated to workertypes 2022-01-29 13:07:21 -06:00
Steven Hugg 0784eb8f77 cc65 uses fs65-none library 2022-01-29 12:47:37 -06:00
Steven Hugg 9b6f797451 ecs: debug info 2022-01-29 12:47:37 -06:00
Steven Hugg 3f241bfcc2 ecs: worker tool 2022-01-29 12:47:37 -06:00
Steven Hugg 8b96c746a2 ecs: ref types? 2022-01-29 12:47:37 -06:00
Steven Hugg 310ce87bcc ecs: actions emit? 2022-01-29 12:47:37 -06:00
Steven Hugg d2caee8cc3 use {{ }} delimiters, tokenizer, testecs, compiler 2022-01-29 12:47:37 -06:00
Steven Hugg 46f6063929 typescript unit tests in src/test 2022-01-29 12:47:37 -06:00
Steven Hugg dd5a95688f ecs: dialect 2022-01-29 12:47:37 -06:00
Steven Hugg b0810a2f66 ecs: yaml? 2022-01-29 12:47:37 -06:00
Steven Hugg 44ffa5e988 ecs: allocate init data table 2022-01-29 12:47:37 -06:00
Steven Hugg ba73d7bb19 ecs: all includes[] must be present 2022-01-29 12:47:37 -06:00
Steven Hugg c022c16dc2 ecs: const values 2022-01-29 12:47:37 -06:00
Steven Hugg 47461b5a28 ecs: actions have queries 2022-01-29 12:47:37 -06:00
Steven Hugg 4c2442dd90 ecs: use ca65 syntax 2022-01-29 12:47:37 -06:00
Steven Hugg 37167a2202 ecs init values 2022-01-29 12:47:37 -06:00
Steven Hugg b00d43d1ea ecs 1st compile 2022-01-29 12:47:37 -06:00
Steven Hugg 3f87b5dbb8 ecs branch 2022-01-29 12:47:37 -06:00
Steven Hugg 0cc8d1bc37 ca65: fixed line numbers(?) 2022-01-29 12:47:27 -06:00
Micah Cowan 9df41590be apple2: Ctrl+Bksp -> soft RESET 2022-01-28 23:44:03 -08:00
Micah Cowan 45ee1b5c28 Capture Ctrl keys in keydown, not keypress 2022-01-28 23:44:03 -08:00