RodrigoDornelles / 3bc-lang

Low-level language, tiny virtual machine, minimal runtime, intermediate representation, embeddable, easy for beginners. (Friendly Punched cards)
https://3bc-lang.org
GNU General Public License v3.0
232 stars 25 forks source link

shebang to 3bc examples #325

Closed fernandounger closed 1 year ago

fernandounger commented 1 year ago

Description

I added #!/usr/bin/env 3bc to the first line of each .3bc example file

Fixes # (#323 )

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

codecov-commenter commented 1 year ago

Codecov Report

Merging #325 (cc4eb44) into master (32e4ca7) will decrease coverage by 0.23%. The diff coverage is 97.50%.

:exclamation: Current head cc4eb44 differs from pull request most recent head f80facd. Consider uploading reports for the commit f80facd to get more accurate results

@@            Coverage Diff             @@
##           master     #325      +/-   ##
==========================================
- Coverage   98.74%   98.51%   -0.24%     
==========================================
  Files          25       30       +5     
  Lines        1035     1142     +107     
==========================================
+ Hits         1022     1125     +103     
- Misses         13       17       +4     
Impacted Files Coverage Δ
programs/tests.c 100.00% <ø> (ø)
src/3bc_register.h 100.00% <ø> (ø)
src/cpu_boolean.c 100.00% <ø> (ø)
src/cpu_jump.c 100.00% <ø> (ø)
src/cpu_math.c 100.00% <ø> (ø)
src/cpu_memory.c 100.00% <ø> (ø)
src/cpu_procedure.c 100.00% <ø> (ø)
src/cpu_sleep.c 100.00% <ø> (ø)
src/cpu_string.c 100.00% <ø> (ø)
src/driver_accumulator.c 100.00% <ø> (ø)
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cb95b2e...f80facd. Read the comment docs.