I hereby claim:
- I am Pear0 on github.
- I am pear0 (https://keybase.io/pear0) on keybase.
- I have a public key whose fingerprint is 9426 1545 8E5B 1885 A06D F719 5769 594B 2540 904E
To claim this, I am signing this object:
| #!/bin/sh | |
| # Copyright 2016 William Gulian | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # |
| import java.util.ArrayList; | |
| import java.util.List; | |
| public class ArgParse { | |
| private class FSM { | |
| private char[] input; | |
| private int index; | |
| private ArrayList<String> tokens; |
I hereby claim:
To claim this, I am signing this object: