Skip to content

Commit

Permalink
Merge pull request #7 from tomhea/hotfix/small-changes
Browse files Browse the repository at this point in the history
Hotfix/small changes
  • Loading branch information
tomhea authored Jan 18, 2025
2 parents db9bae5 + 260dd15 commit 4117238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
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.

0 comments on commit 4117238

Please sign in to comment.