add README for missingly deleted
This commit is contained in:
parent
a827b9138d
commit
3403c7222e
1 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
# TComp
|
||||
A practice of Essential of Complication in Julia
|
||||
|
||||
## Dependencies
|
||||
- julia
|
||||
- [Match.jl](github.com/JuliaServices/Match.jl)
|
||||
|
||||
## instruction
|
||||
`./src/TComp.jl [.tc file]`
|
||||
|
||||
the output assembly code is `./a.c` in AT&T assembly langauge.
|
||||
|
||||
to make it executable, please use `gcc`: `gcc ./a.c -o output.out`
|
||||
|
||||
the example `.tc` files is in `./test`
|
||||
|
||||
## Known issues
|
||||
- all connected variable are pathized (I don't understand the tricky method to elimitated the path number)
|
Loading…
Reference in a new issue