| Copyright | (c) Kimiyuki Onaka 2020 |
|---|---|
| License | Apache License 2.0 |
| Maintainer | kimiyuki95@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Jikka.Core.Parse.Token
Description
Documentation
Constructors
| Plus | |
| Minus | |
| Mult | |
| FloorDiv | |
| FloorMod | |
| CeilDiv | |
| CeilMod | |
| JustDiv | |
| Pow | |
| And | |
| Or | |
| BitNot | |
| BitAnd | |
| BitOr | |
| BitXor | |
| BitLShift | |
| BitRShift | |
| DoubleEqual | |
| NotEqual | |
| LessThan | |
| LessEqual | |
| GreaterThan | |
| GreaterEqual |
We don't have to classify tokens in detail, but it's convenient for testing and debugging.
Constructors