Skip to content

Commit 239cfc7

Browse files
committed
update README
1 parent de6161b commit 239cfc7

26 files changed

Lines changed: 545 additions & 519 deletions

File tree

GRAMMAR.md

Lines changed: 452 additions & 0 deletions
Large diffs are not rendered by default.

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ update:
1515
test-compiler:
1616
bun run test.ts
1717

18-
one NAME:
18+
run NAME:
1919
bun easyc.ts tests/{{NAME}}/test.easy \
2020
&& cc -std=c23 tests/{{NAME}}/test.c -o tests/{{NAME}}/test.exe -I . -g -fsanitize=address \
2121
&& ./tests/{{NAME}}/test.exe

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)