qubasic 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. qbasic.py +113 -0
  2. qbasic_core/__init__.py +80 -0
  3. qbasic_core/__main__.py +6 -0
  4. qbasic_core/analysis.py +179 -0
  5. qbasic_core/backend.py +76 -0
  6. qbasic_core/classic.py +419 -0
  7. qbasic_core/control_flow.py +576 -0
  8. qbasic_core/debug.py +327 -0
  9. qbasic_core/demos.py +356 -0
  10. qbasic_core/display.py +274 -0
  11. qbasic_core/engine.py +126 -0
  12. qbasic_core/engine_state.py +109 -0
  13. qbasic_core/errors.py +37 -0
  14. qbasic_core/exec_context.py +24 -0
  15. qbasic_core/executor.py +861 -0
  16. qbasic_core/expression.py +228 -0
  17. qbasic_core/file_io.py +457 -0
  18. qbasic_core/gates.py +284 -0
  19. qbasic_core/help_text.py +167 -0
  20. qbasic_core/io_protocol.py +33 -0
  21. qbasic_core/locc.py +10 -0
  22. qbasic_core/locc_commands.py +221 -0
  23. qbasic_core/locc_display.py +61 -0
  24. qbasic_core/locc_engine.py +195 -0
  25. qbasic_core/locc_execution.py +389 -0
  26. qbasic_core/memory.py +369 -0
  27. qbasic_core/mock_backend.py +66 -0
  28. qbasic_core/noise_mixin.py +96 -0
  29. qbasic_core/parser.py +564 -0
  30. qbasic_core/patterns.py +186 -0
  31. qbasic_core/profiler.py +156 -0
  32. qbasic_core/program_mgmt.py +369 -0
  33. qbasic_core/protocol.py +77 -0
  34. qbasic_core/py.typed +0 -0
  35. qbasic_core/scope.py +74 -0
  36. qbasic_core/screen.py +115 -0
  37. qbasic_core/state_display.py +60 -0
  38. qbasic_core/statements.py +387 -0
  39. qbasic_core/strings.py +107 -0
  40. qbasic_core/subs.py +261 -0
  41. qbasic_core/sweep.py +82 -0
  42. qbasic_core/terminal.py +1697 -0
  43. qubasic-0.1.0.dist-info/METADATA +736 -0
  44. qubasic-0.1.0.dist-info/RECORD +48 -0
  45. qubasic-0.1.0.dist-info/WHEEL +5 -0
  46. qubasic-0.1.0.dist-info/entry_points.txt +2 -0
  47. qubasic-0.1.0.dist-info/licenses/LICENSE +21 -0
  48. qubasic-0.1.0.dist-info/top_level.txt +2 -0
@@ -0,0 +1,48 @@
1
+ qbasic.py,sha256=NRUZu97OSqn4lnkCrTQxqEBsObzTfZxrvU0usuAc3Zs,3573
2
+ qbasic_core/__init__.py,sha256=YsoR3MN98XhZCD9YnLyGJfK81W4V1TkCqYFnvuZxzyk,3538
3
+ qbasic_core/__main__.py,sha256=guYoLSdo4MDF-i27HvEDE5CKB_ZeNFH7vLTzawzhm9I,173
4
+ qbasic_core/analysis.py,sha256=LgWzxPeeRyEHNmH1CGLUl1s4fisLZIzoDBhTPREa8lc,7764
5
+ qbasic_core/backend.py,sha256=m7rdNMoVLKWSo08e6uxnSR1tIf5MGetd5O1xO-ISjDo,2259
6
+ qbasic_core/classic.py,sha256=G2qZdH2Wvnn1Lam1s6IapZk1_w6zSdt2rDqoEnm9tso,18215
7
+ qbasic_core/control_flow.py,sha256=cigpCPykrE1rZ8dlbpS9-4SSd9gXNT1BszN3LGgNYWc,24692
8
+ qbasic_core/debug.py,sha256=oIWwxajz5IXEiZrYgbLSYkOasOt1DCmuXVo7kNJNDNc,13778
9
+ qbasic_core/demos.py,sha256=47p-O89wdDjXwEi4Co9MS1fbhKninkeqM8b7D3FW5wM,13376
10
+ qbasic_core/display.py,sha256=Ri-IGlJ25g2nV3COxe4xd7CFsIqwz0o8d3B1r1V3SJI,10636
11
+ qbasic_core/engine.py,sha256=08Z8lVAwVWvehV7-LIMzEy-N1lkxFz-YHlTJeKi11jo,6454
12
+ qbasic_core/engine_state.py,sha256=oQjgqUWok0A4tte7_UQaQ9zPHTWtKJo2nUW2YmYc4cE,3444
13
+ qbasic_core/errors.py,sha256=HI6bx95nCU5zQ7R03BiKi0k10vl0J2baz_bnkVetmoI,789
14
+ qbasic_core/exec_context.py,sha256=eLGW3P3M14PU8qK97tL36wmGoHN2f8sN4kfino6-ozQ,641
15
+ qbasic_core/executor.py,sha256=N_izYkOxa1D91n5t500jiGPZ0X0jmON-lmqP9-ikHdU,37081
16
+ qbasic_core/expression.py,sha256=Toof1WGwIfpN7QmmreuCqZ4trPMEX8TWV23RhNPh-h0,10086
17
+ qbasic_core/file_io.py,sha256=5FqK2FS_a1fa02FM8_4_Ly9BDG7hS4SpYIuF7pJIftM,18898
18
+ qbasic_core/gates.py,sha256=sbubcdRTCFFkLsESoTNmkOFx8rKOqfNb_SAGeNmQ0ow,11975
19
+ qbasic_core/help_text.py,sha256=rNgygHL8miWPySrrHi-ZISHftQWqSGFMGEAguHIxQYk,7135
20
+ qbasic_core/io_protocol.py,sha256=qaifYfavxubQ3OaAmg0vY3noEIDSdfgEMUsB6CeZ0A0,942
21
+ qbasic_core/locc.py,sha256=eiwioFylw0aSM3p3LeQeEzhZL3rNDgvu2nazwyE-4as,381
22
+ qbasic_core/locc_commands.py,sha256=5dmE-9KytDRc2d1lt_WdrytT-C_ZaR6nwzkfl5cFrYk,9245
23
+ qbasic_core/locc_display.py,sha256=oh0URrj-5KUAmqENf27qtoHWyeZk5-YW63q28zvRjpM,2729
24
+ qbasic_core/locc_engine.py,sha256=EqrQigWvOA0BdJQbjsbrOSj8Bv2j-k7WuD-szfdnzJ8,8123
25
+ qbasic_core/locc_execution.py,sha256=Mr738V887PTBUYq_C8iHrXbhlOXDc1_atidqxJ1rQ_U,17173
26
+ qbasic_core/memory.py,sha256=u_o_nEcpRPmqxpzD1rxmw5WeCAQGgT7xkwpvyDdHSKI,17499
27
+ qbasic_core/mock_backend.py,sha256=6Cr-a2L_m_WjfkZstfeDD6An5kmDdpsIOoACR7GWq-Q,2225
28
+ qbasic_core/noise_mixin.py,sha256=vOs_HtvvH4WSVYQz4hnCSjz0hBoAHtLAp2wrHUCMyL4,4969
29
+ qbasic_core/parser.py,sha256=UixekMyAmJryOaXXz4avSCa1_EYOUzSxnttXocHYrj4,17978
30
+ qbasic_core/patterns.py,sha256=N6OEfYKRX7F6UjHytvyYOmvMH75RuEPEzg09qNeVQ0M,7693
31
+ qbasic_core/profiler.py,sha256=JmbnMR1NfENthsnd1ZmsnnMcvPdqDrprGlAhVzjdc9I,6382
32
+ qbasic_core/program_mgmt.py,sha256=JlOqMIEF09N-unQHB6uKRM39fbxsem7uxrQOerfGGwU,15648
33
+ qbasic_core/protocol.py,sha256=noz5b21iffZnZeuah8QXCAON9c3TmIH8TsCCHzzbP7s,3206
34
+ qbasic_core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
+ qbasic_core/scope.py,sha256=CwyN5DR7TQm1-q60La6mWdaqUqzzINdjArSgRKuxiQM,2319
36
+ qbasic_core/screen.py,sha256=cO9Y6WTcqMDkLHayI5kUWQ7n7527Tc_cpaW7PM8edVs,4368
37
+ qbasic_core/state_display.py,sha256=-aW_zIlUhJJ_WnjKgzyoRjuQ7NYlqbo6rwHZRb23DZY,2180
38
+ qbasic_core/statements.py,sha256=s-vUMV08p0fTdGpKA-XdFistvCz8SOAudIC-6L-dotQ,8826
39
+ qbasic_core/strings.py,sha256=-mKlXwduNTMFFTvUvSZvPiO9Hpjs0QUx41cWm1j7aT0,3122
40
+ qbasic_core/subs.py,sha256=CwMT092HIhl3KxxJEuQa5vIr3AXFCsDmAhc32oC_L7o,11279
41
+ qbasic_core/sweep.py,sha256=Nx6PHZhVAl9hZH9QwgdNptIIdqXe2fMwfWDpZFTmVyU,3113
42
+ qbasic_core/terminal.py,sha256=4F_F_lbNRWGa8kpdRLSpfIBVHvv9iXPs_rXF2DeU11o,72983
43
+ qubasic-0.1.0.dist-info/licenses/LICENSE,sha256=4u12qicSZxa19MJ-5lrXh0e-si-gA2lLm2FBnzHKeVE,1074
44
+ qubasic-0.1.0.dist-info/METADATA,sha256=NUxKtDG1pWQzLdKMsfiTTFTvo2CTSwoMU0lTXwr-nHw,24089
45
+ qubasic-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
46
+ qubasic-0.1.0.dist-info/entry_points.txt,sha256=eeQWMwuOPPUr5BxSiNVgNS22nEKwxJkzlh3Mtg1JPf4,39
47
+ qubasic-0.1.0.dist-info/top_level.txt,sha256=Q6LwEnF88yUhBq9wzXkO-7at2C-wUshIcoqPfbj4Svc,19
48
+ qubasic-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ qbasic = qbasic:main
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Charles C. Norton
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,2 @@
1
+ qbasic
2
+ qbasic_core