Skip to content

Instantly share code, notes, and snippets.

View secondwtq's full-sized avatar

Second Datke secondwtq

  • Sichuan University
  • China
View GitHub Profile
This file has been truncated, but you can view the full file.
else_if = {
limit = {
check_variable = { sin_angle = 0.0001 }
}
set_temp_variable = { cos_angle = 0.9999 }
}
else_if = {
limit = {
check_variable = { sin_angle = 0.0002 }
}
Present & Past
the Matt question
Present perfect and past
the weather question
the camera question
the it ... raining question
the NY question
the I wasn't sure who she was question
Future
the coming to cinema with us question
(* Implementation of Local Bidirectional Type Inference
* Based on:
* Jones, Simon L. Peyton, Dimitm.
*)
(*
* Tau Type - Monotype
* Rho Type - Tau | Sigma Sigma
* (the second form of Rho is absent in Rank-1 system)
# -*- coding: utf-8 -*-
import pygments
import pygments.lexers
import pygments.formatters
import curses
formatter_default = pygments.formatters.TerminalFormatter()
def highlight(code):