add stdlib package with readme
This commit is contained in:
parent
c40aea7326
commit
0b3bac7bca
9 changed files with 123 additions and 47 deletions
|
|
@ -8,8 +8,14 @@ This shell was created to have extremely simple syntax. S-Expressions were chose
|
|||
### Compiling/Installation
|
||||
- For now simply run `go install cmd/...` for each utility you wish to use. If you have GOPATH and GOBIN set it should be usable from PATH
|
||||
|
||||
### Adding SHS to your application
|
||||
- TODO: write a how to here
|
||||
- Make sure the GPLv3 is adhered to
|
||||
- *OVERRIDE THE STDLIB GenFuncTable FUNCTION.* You very likely do NOT want an available function to call system binaries in your embedded shell. Make sure the stdlib Call function is not included.
|
||||
|
||||
## Contributing
|
||||
- Any contribution to this software is welcome as long as it adheres to the conduct guidelines specified in the `Contributing.md` file in this repository.
|
||||
- Consider reading the [STDLIB Readme](https://git.callpipe.com/aidan/shs/-/tree/master/stdlib/Readme.go") for more information on how to extend this project.
|
||||
|
||||
## License
|
||||
Copyright (C) 2019 Aidan Hahn.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue