Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/small changes #7

Merged
merged 3 commits into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2022, tomhea
Copyright (c) 2025, tomhea

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# c2fj
Compiling C --> RiscV --> [Flipjump](https://github.com/tomhea/flip-jump) --> .fjm

This compiler is a proof that any program can be compiled into a bunch of `NOT` operations. Read more about FlipJump: [Github](https://github.com/tomhea/flip-jump), [esolangs](https://esolangs.org/wiki/FlipJump).
This compiler is a proof that any program can be compiled into a bunch of `NOT` operations. Read more about FlipJump: [Github](https://github.com/tomhea/flip-jump), [Esolangs](https://esolangs.org/wiki/FlipJump), [Learn FlipJump](https://github.com/tomhea/flip-jump/wiki/Learn-FlipJump).

An example program, [primes/main.c](tests/programs/primes/main.c):
```c
Expand Down Expand Up @@ -251,4 +251,5 @@ This package is tested on linux and python 3.13.
## Related projects
- [bf2fj](https://github.com/tomhea/bf2fj) - Brainfuck to FlipJump compiler.
- [FlipJump](https://github.com/tomhea/flip-jump) - The flipjump language macro assembler, standard library, and interpreter.
- [Learn low-level FlipJump](https://github.com/tomhea/flip-jump/wiki/Learn-FlipJump)
- [fji-cpp](https://github.com/tomhea/fji-cpp) - Faster C++ interpreter for FlipJump.
5 changes: 0 additions & 5 deletions install_riscv_gcc_ubuntu.sh

This file was deleted.

Loading