An open API service indexing awesome lists of open source software.

https://github.com/rabestro/java-flip-flop-operator

Implementation of the logical operator Flip-Flop in Java
https://github.com/rabestro/java-flip-flop-operator

Last synced: 7 months ago
JSON representation

Implementation of the logical operator Flip-Flop in Java

Awesome Lists containing this project

README

          

# Flip-Flop operator

Implementation of the logical operator Flip-Flop in Java.

## The AWK script with flip-flop operator

The script extracts and prints all javadoc comments by using flip-flop boolean operator.

```shell
gawk -f javadoc.awk Sample.java
```