Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Marco4413/odin-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odin Sample

This project is just me trying out Odin.

Compile & Run

$ odin build src -vet
$ ./src.bin -- <EXPRESSION>

On Linux you can provide a file as input:

$ ./src.bin -- "$(cat example.txt)"

To output numbers only, sed can be used as follows:

| sed -E 's/\s*([+\-]?[0-9]+\.?[0-9]*)\s*=.*/\1/'

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Languages