This website requires JavaScript.
Explore
Help
Register
Sign In
valitydev
/
elixir-thrift
Watch
14
Star
0
Fork
0
You've already forked elixir-thrift
mirror of
https://github.com/valitydev/elixir-thrift.git
synced
2024-11-06 18:25:16 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
794ba2610b
elixir-thrift
/
.gitignore
10 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial revision.
2015-01-07 01:44:59 +00:00
/_build
/deps
Provide a leex-based Thrift IDL lexer. This represents just the lexer definition. Full grammar parsing (i.e. yecc) support will come later. The lexer definition is largely complete, but there may be some issues with string literals containing escaped characters \t and \n.
2016-01-19 03:18:31 +00:00
/src/thrift_lexer.erl
Initial revision.
2015-01-07 01:44:59 +00:00
erl_crash.dump
*.ez
Various build process enhancement * add travisci support * run code coverage post result to coverall.io * add project info for hex package * add Build and code coverage badge, compile only
2016-01-05 04:33:19 +00:00
log.*
*.log
*.*~
.*~
Reference in New Issue
Copy Permalink