ELENA-LANG/elena-lang

primitive operations

Open

#86 opened on Aug 11, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (27 forks)auto 404
Feature requesthelp wanted

Repository metrics

Stars
 (240 stars)
PR merge metrics
 (PR metrics pending)

Description

optimize the following operations:

  • int + byte operations
  • int + short operations
  • int + long operations
  • long + byte operations
  • long + short operations
  • long + real operations
  • -real
  • -short
  • -long
  • long += int
  • long -= int
  • long *= int

Contributor guide